tool/CommandDomains.h
changeset 2589 2b9c78543663
parent 1968 4f682084c643
equal deleted inserted replaced
2415:af21f0bdc7c9 2589:2b9c78543663
    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