tool/CommandStates.h
changeset 1149 f1fce286d53b
parent 1142 59be91dfcbe1
child 1363 11c0b2caa253
equal deleted inserted replaced
1148:1762296870bd 1149:f1fce286d53b
    17     public:
    17     public:
    18         CommandStates();
    18         CommandStates();
    19 
    19 
    20         string helpString() const;
    20         string helpString() const;
    21         void execute(MasterDevice &, const StringVector &);
    21         void execute(MasterDevice &, const StringVector &);
    22 
       
    23     protected:
       
    24 };
    22 };
    25 
    23 
    26 /****************************************************************************/
    24 /****************************************************************************/
    27 
    25 
    28 #endif
    26 #endif