tool/SoeCommand.h
changeset 1966 23c638a81fe7
parent 1877 7b77000f9764
--- a/tool/SoeCommand.h	Wed Sep 22 15:41:43 2010 +0200
+++ b/tool/SoeCommand.h	Sun Oct 24 08:43:44 2010 +0200
@@ -37,15 +37,11 @@
 
 /****************************************************************************/
 
-class SoeCommand:
-    public Command,
-    public DataTypeHandler
+class SoeCommand
 {
-    public:
-        SoeCommand(const string &, const string &);
-
     protected:
         static uint16_t parseIdn(const string &);
+        static std::string outputIdn(uint16_t);
         static std::string errorMsg(uint16_t);
 };