tool/Command.h
changeset 1146 f18d124d7fbc
parent 1144 7dbfdd61812c
child 1151 1fc1535dec29
--- a/tool/Command.h	Thu Jul 24 15:06:47 2008 +0000
+++ b/tool/Command.h	Fri Jul 25 08:52:45 2008 +0000
@@ -83,6 +83,8 @@
         void throwCommandException(const stringstream &);
 
 		enum {BreakAfterBytes = 16};
+        
+        static string alStateString(uint8_t);
 
     private:
 		string name;