diff -r a7ff6c28a432 -r be807e224b0e tool/SoeCommand.h --- a/tool/SoeCommand.h Fri Nov 26 11:23:19 2010 +0100 +++ b/tool/SoeCommand.h Sat Nov 27 17:02:54 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); };