ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/WinXPFAQPoll/Poller.h
(Generate patch)

Comparing trunk/WinXPFAQPoll/Poller.h (file contents):
Revision 121 by douglas, 2003-04-01T20:21:47-08:00 vs.
Revision 123 by douglas, 2003-04-02T18:10:51-08:00

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines