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 21 by douglas, 2004-07-16T23:37:41-07:00 vs.
Revision 22 by douglas, 2004-07-17T00:54:46-07:00

# Line 20 | Line 20 | private:
20          api::Thread collector;
21          net::Oscar::BuddyTool* buddy;
22          net::Oscar::IcbmTool* icbm;
23 +        net::Oscar::InfoTool* info;
24          int collect();
25          void prompt();
26 <        void reply(const Buddy& buddy, const ext::String& message);
26 >        void status(const net::Oscar::UserInfo& user);
27 >        void receive(const ext::String& buddy, const ext::String& message);
28   public:
29          Collector(const ext::String& login, ext::String& password, const
30                  std::set<Buddy>& buddies, const Database& database, bool start);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines