tool/CommandRegRead.h
changeset 1968 4f682084c643
parent 1835 20748e9d2238
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    40     public DataTypeHandler
    40     public DataTypeHandler
    41 {
    41 {
    42     public:
    42     public:
    43         CommandRegRead();
    43         CommandRegRead();
    44 
    44 
    45         string helpString() const;
    45         string helpString(const string &) const;
    46         void execute(const StringVector &);
    46         void execute(const StringVector &);
    47 };
    47 };
    48 
    48 
    49 /****************************************************************************/
    49 /****************************************************************************/
    50 
    50