# | Line 8 | Line 8 | |
---|---|---|
8 | #define _Poller_h_ | |
9 | ||
10 | #include "Contactor.h" | |
11 | – | #include <sstream> |
11 | ||
12 | class Poller : public Contactor | |
13 | { | |
# | Line 50 | Line 49 | private: | |
49 | void save(); | |
50 | void ballots(); | |
51 | void ballot(unsigned message); | |
52 | + | void submit(const string& type, const string& text); |
53 | void approvals(); | |
54 | + | void approval(unsigned message); |
55 | public: | |
56 | Poller(); | |
57 | < | ~Poller() {} |
57 | > | ~Poller(); |
58 | void poll(bool nodelete, const string& file); | |
59 | }; | |
60 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |