tool/CommandSlaves.h
changeset 2004 be807e224b0e
parent 1968 4f682084c643
child 2374 e898451c054a
child 2589 2b9c78543663
equal deleted inserted replaced
2003:a7ff6c28a432 2004:be807e224b0e
    38     public Command
    38     public Command
    39 {
    39 {
    40     public:
    40     public:
    41         CommandSlaves();
    41         CommandSlaves();
    42 
    42 
    43         string helpString() const;
    43         string helpString(const string &) const;
    44         void execute(const StringVector &);
    44         void execute(const StringVector &);
    45 
    45 
    46     protected:
    46     protected:
    47         struct Info {
    47         struct Info {
    48             string pos;
    48             string pos;