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 68 by douglas, 2004-07-20T16:49:06-07:00 vs.
Revision 69 by douglas, 2004-12-15T16:14:13-08:00

# Line 17 | Line 17 | private:
17          const std::set<Buddy>& buddies;
18          const Database& database;
19          bool start, prompted;
20 <        api::Thread collector;
20 > //      api::Thread collector;
21          net::Oscar::BuddyTool* buddy;
22          net::Oscar::IcbmTool* icbm;
23          net::Oscar::InfoTool* info;
# Line 28 | Line 28 | private:
28   public:
29          Collector(const ext::String& login, ext::String& password, const std::set<Buddy>& buddies, const Database& database,
30                  bool start);
31 <        ~Collector() { if (start) collector.Join(); }
31 >        ~Collector() { /*if (start) collector.Join();*/ }
32   };
33  
34   #endif // _Collector_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines