tool/CommandRegRead.h
changeset 2011 04fdb4abf120
parent 1968 4f682084c643
equal deleted inserted replaced
2010:87de63b19e4c 2011:04fdb4abf120
    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