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

Comparing:
trunk/WinXPFAQPoll/Contactor.h (file contents), Revision 104 by douglas, 2003-03-31T20:18:26-08:00 vs.
WinXPFAQPoll/Contactor.h (file contents), Revision 368 by douglas, 2008-08-23T02:44:00-07:00

# Line 60 | Line 60
60   class Contactor
61   {
62   private:
63        Account account;
64        IMAPHandler* session;
65        bool nodelete;
63          queue<string> messages;
64          void loadAccount();
65          void fixMessages();
66          void fixMessage(const string& number);
67          bool parseHeader(const string& header, Message& message);
68          bool parseText(const string& text, Message& message);
69 + protected:
70 +        Account account;
71 +        IMAPHandler* session;
72 +        bool nodelete;
73   public:
74          Contactor();
75          virtual ~Contactor();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines