diff -r 65781b048a47 -r ec6223c3b7ec tool/CommandConfig.h --- a/tool/CommandConfig.h Tue Feb 23 17:40:46 2010 +0100 +++ b/tool/CommandConfig.h Wed Feb 24 16:27:11 2010 +0100 @@ -44,7 +44,7 @@ CommandConfig(); string helpString() const; - void execute(MasterDevice &, const StringVector &); + void execute(const StringVector &); protected: struct Info { @@ -55,8 +55,8 @@ string state; }; - void showDetailedConfigs(MasterDevice &, const ConfigList &); - void listConfigs(MasterDevice &m, const ConfigList &); + void showDetailedConfigs(MasterDevice &, const ConfigList &, bool); + void listConfigs(MasterDevice &m, const ConfigList &, bool); }; /****************************************************************************/