diff -r 67fc217d7341 -r 20748e9d2238 tool/CommandSoeRead.h --- a/tool/CommandSoeRead.h Fri Mar 05 13:20:42 2010 +0100 +++ b/tool/CommandSoeRead.h Fri Mar 05 13:39:57 2010 +0100 @@ -31,20 +31,19 @@ #define __COMMANDSOEREAD_H__ #include "Command.h" +#include "DataTypeHandler.h" /****************************************************************************/ class CommandSoeRead: - public Command + public Command, + public DataTypeHandler { public: CommandSoeRead(); string helpString() const; void execute(const StringVector &); - - protected: - static void printRawData(const uint8_t *, unsigned int); }; /****************************************************************************/