diff -r 87de63b19e4c -r 04fdb4abf120 tool/CommandSoeRead.h --- a/tool/CommandSoeRead.h Tue Dec 14 21:58:53 2010 +0100 +++ b/tool/CommandSoeRead.h Mon Dec 20 17:52:37 2010 +0100 @@ -35,12 +35,14 @@ /****************************************************************************/ class CommandSoeRead: + public Command, + public DataTypeHandler, public SoeCommand { public: CommandSoeRead(); - string helpString() const; + string helpString(const string &) const; void execute(const StringVector &); };