equal
deleted
inserted
replaced
33 #include "SoeCommand.h" |
33 #include "SoeCommand.h" |
34 |
34 |
35 /****************************************************************************/ |
35 /****************************************************************************/ |
36 |
36 |
37 class CommandSoeWrite: |
37 class CommandSoeWrite: |
|
38 public Command, |
|
39 public DataTypeHandler, |
38 public SoeCommand |
40 public SoeCommand |
39 { |
41 { |
40 public: |
42 public: |
41 CommandSoeWrite(); |
43 CommandSoeWrite(); |
42 |
44 |
43 string helpString() const; |
45 string helpString(const string &) const; |
44 void execute(const StringVector &); |
46 void execute(const StringVector &); |
45 }; |
47 }; |
46 |
48 |
47 /****************************************************************************/ |
49 /****************************************************************************/ |
48 |
50 |