tool/CommandConfig.h
changeset 1968 4f682084c643
parent 1966 23c638a81fe7
equal deleted inserted replaced
1967:c41b4f4af645 1968:4f682084c643
    43     public SoeCommand
    43     public SoeCommand
    44 {
    44 {
    45     public:
    45     public:
    46         CommandConfig();
    46         CommandConfig();
    47 
    47 
    48         string helpString() const;
    48         string helpString(const string &) const;
    49         void execute(const StringVector &);
    49         void execute(const StringVector &);
    50 
    50 
    51     protected:
    51     protected:
    52         struct Info {
    52         struct Info {
    53             string alias;
    53             string alias;