tool/CommandRegRead.h
changeset 1826 ec6223c3b7ec
parent 1389 5b392b22a2da
child 1835 20748e9d2238
equal deleted inserted replaced
1825:65781b048a47 1826:ec6223c3b7ec
    39 {
    39 {
    40     public:
    40     public:
    41         CommandRegRead();
    41         CommandRegRead();
    42 
    42 
    43         string helpString() const;
    43         string helpString() const;
    44         void execute(MasterDevice &, const StringVector &);
    44         void execute(const StringVector &);
    45 };
    45 };
    46 
    46 
    47 /****************************************************************************/
    47 /****************************************************************************/
    48 
    48 
    49 #endif
    49 #endif