diff -r fec951a0a654 -r 489ea0becd74 tool/CommandSoeWrite.h --- a/tool/CommandSoeWrite.h Tue Mar 09 16:23:30 2010 +0100 +++ b/tool/CommandSoeWrite.h Thu Mar 11 14:29:43 2010 +0100 @@ -30,14 +30,12 @@ #ifndef __COMMANDSOEWRITE_H__ #define __COMMANDSOEWRITE_H__ -#include "Command.h" -#include "DataTypeHandler.h" +#include "SoeCommand.h" /****************************************************************************/ class CommandSoeWrite: - public Command, - public DataTypeHandler + public SoeCommand { public: CommandSoeWrite();