tool/CommandSoeWrite.h
changeset 2011 04fdb4abf120
parent 1968 4f682084c643
equal deleted inserted replaced
2010:87de63b19e4c 2011:04fdb4abf120
    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