diff -r 65781b048a47 -r ec6223c3b7ec tool/CommandDomains.h --- a/tool/CommandDomains.h Tue Feb 23 17:40:46 2010 +0100 +++ b/tool/CommandDomains.h Wed Feb 24 16:27:11 2010 +0100 @@ -41,10 +41,10 @@ CommandDomains(); string helpString() const; - void execute(MasterDevice &, const StringVector &); + void execute(const StringVector &); protected: - void showDomain(MasterDevice &, const ec_ioctl_domain_t &); + void showDomain(MasterDevice &, const ec_ioctl_domain_t &, bool); }; /****************************************************************************/