tool/CommandData.h
changeset 1166 006244d53f68
parent 1142 59be91dfcbe1
child 1363 11c0b2caa253
equal deleted inserted replaced
1165:c5d6e28eec91 1166:006244d53f68
    19 
    19 
    20         string helpString() const;
    20         string helpString() const;
    21         void execute(MasterDevice &, const StringVector &);
    21         void execute(MasterDevice &, const StringVector &);
    22 
    22 
    23     protected:
    23     protected:
    24 		void outputDomainData(MasterDevice &, unsigned int);
    24 		void outputDomainData(MasterDevice &, const ec_ioctl_domain_t &);
    25 };
    25 };
    26 
    26 
    27 /****************************************************************************/
    27 /****************************************************************************/
    28 
    28 
    29 #endif
    29 #endif