ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Collector.hpp
(Generate patch)

Comparing trunk/Collector.hpp (file contents):
Revision 15 by douglas, 2004-07-13T20:14:49-07:00 vs.
Revision 18 by douglas, 2004-07-15T00:10:42-07:00

# Line 14 | Line 14 | class Collector
14   private:
15          const ext::String& login;
16          ext::String& password;
17 <        bool start;
17 >        bool start, prompted;
18          api::Thread collector;
19 +        net::Oscar::BuddyTool* buddy;
20 +        net::Oscar::IcbmTool* icbm;
21          int collect(const std::set<Buddy>& buddies);
22          void prompt();
23 +        void reply(const ext::String& login, const ext::String& reply);
24   public:
25          Collector(const ext::String& login, ext::String& password, const
26                  std::set<Buddy>& buddies, bool start);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines