diff -r c6e6ec6ba5d8 -r 23c638a81fe7 tool/SoeCommand.h --- 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); };