tool/CommandSoeWrite.h
changeset 1868 489ea0becd74
parent 1837 32136215c1fa
child 1966 23c638a81fe7
--- 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();