diff -r 04bcd38cf8dc -r bd4e5b544473 tool/Command.h --- a/tool/Command.h Mon Jul 28 08:28:42 2008 +0000 +++ b/tool/Command.h Mon Jul 28 08:45:28 2008 +0000 @@ -85,8 +85,9 @@ protected: enum {BreakAfterBytes = 16}; - void throwInvalidUsageException(const stringstream &); - void throwCommandException(const stringstream &); + void throwInvalidUsageException(const stringstream &) const; + void throwCommandException(const stringstream &) const; + void throwSingleSlaveRequired(unsigned int) const; typedef list SlaveList; SlaveList selectedSlaves(MasterDevice &);