tool/CommandSoeWrite.h
changeset 1968 4f682084c643
parent 1966 23c638a81fe7
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    40     public SoeCommand
    40     public SoeCommand
    41 {
    41 {
    42     public:
    42     public:
    43         CommandSoeWrite();
    43         CommandSoeWrite();
    44 
    44 
    45         string helpString() const;
    45         string helpString(const string &) const;
    46         void execute(const StringVector &);
    46         void execute(const StringVector &);
    47 };
    47 };
    48 
    48 
    49 /****************************************************************************/
    49 /****************************************************************************/
    50 
    50