tool/CommandDomains.h
changeset 1968 4f682084c643
parent 1826 ec6223c3b7ec
child 2453 d461b1f07296
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    38     public Command
    38     public Command
    39 {
    39 {
    40     public:
    40     public:
    41         CommandDomains();
    41         CommandDomains();
    42 
    42 
    43         string helpString() 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_domain_t &, bool);
    48 };
    48 };