diff -r 87de63b19e4c -r 04fdb4abf120 tool/SoeCommand.h --- 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); };