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 119 by douglas, 2003-04-01T14:49:17-08:00 vs.
Revision 123 by douglas, 2003-04-02T18:10:51-08:00

# Line 44 | Line 44 | private:
44                  vector<string> approve;
45          }
46          improve;
47 +        queue<unsigned> messages;
48          void load();
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