changeset 2004 | be807e224b0e |
parent 1966 | 23c638a81fe7 |
--- 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); };