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 118 by douglas, 2003-04-01T13:41:03-08:00 vs.
Revision 121 by douglas, 2003-04-01T20:21:47-08:00

# Line 8 | Line 8
8   #define _Poller_h_
9  
10   #include "Contactor.h"
11 + #include <sstream>
12  
13   class Poller : public Contactor
14   {
15   private:
16 +        string file;
17          struct Find
18          {
19                  unsigned reply;
# Line 43 | Line 45 | private:
45                  vector<string> approve;
46          }
47          improve;
48 +        queue<unsigned> messages;
49 +        void load();
50 +        void save();
51 +        void ballots();
52 +        void ballot(unsigned message);
53 +        void approvals();
54   public:
55          Poller();
56          ~Poller() {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines