diff -r 09ee878d7214 -r 7dbfdd61812c tool/Command.h --- a/tool/Command.h Thu Jul 24 13:29:13 2008 +0000 +++ b/tool/Command.h Thu Jul 24 14:56:57 2008 +0000 @@ -76,12 +76,13 @@ typedef vector StringVector; virtual void execute(MasterDevice &, const StringVector &) = 0; + static string numericInfo(); + protected: void throwInvalidUsageException(const stringstream &); void throwCommandException(const stringstream &); enum {BreakAfterBytes = 16}; - static string numericInfo(); private: string name;