changeset 2004 | be807e224b0e |
parent 1968 | 4f682084c643 |
--- a/tool/CommandSoeRead.h Fri Nov 26 11:23:19 2010 +0100 +++ b/tool/CommandSoeRead.h Sat Nov 27 17:02:54 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 &); };