tool/CommandDomains.h
branchstable-1.5
changeset 2453 d461b1f07296
parent 1968 4f682084c643
equal deleted inserted replaced
2452:abc1d1caead7 2453:d461b1f07296
    42 
    42 
    43         string helpString(const string &) const;
    43         string helpString(const string &) const;
    44         void execute(const StringVector &);
    44         void execute(const StringVector &);
    45 
    45 
    46     protected:
    46     protected:
    47         void showDomain(MasterDevice &, const ec_ioctl_domain_t &, bool);
    47         void showDomain(MasterDevice &, const ec_ioctl_master_t &,
       
    48                 const ec_ioctl_domain_t &, bool);
    48 };
    49 };
    49 
    50 
    50 /****************************************************************************/
    51 /****************************************************************************/
    51 
    52 
    52 #endif
    53 #endif