tool/CommandFoeWrite.h
changeset 2011 04fdb4abf120
parent 1968 4f682084c643
equal deleted inserted replaced
2010:87de63b19e4c 2011:04fdb4abf120
    38     public FoeCommand
    38     public FoeCommand
    39 {
    39 {
    40     public:
    40     public:
    41         CommandFoeWrite();
    41         CommandFoeWrite();
    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         void loadFoeData(ec_ioctl_slave_foe_t *, const istream &);
    47         void loadFoeData(ec_ioctl_slave_foe_t *, const istream &);
    48 };
    48 };