tool/SoeCommand.h
changeset 2011 04fdb4abf120
parent 1966 23c638a81fe7
--- a/tool/SoeCommand.h	Tue Dec 14 21:58:53 2010 +0100
+++ b/tool/SoeCommand.h	Mon Dec 20 17:52:37 2010 +0100
@@ -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);
 };