tool/Command.h
changeset 1144 7dbfdd61812c
parent 1142 59be91dfcbe1
child 1146 f18d124d7fbc
--- 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<string> 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;