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

Comparing trunk/Zoe.cpp (file contents):
Revision 14 by douglas, 2004-07-12T17:14:48-07:00 vs.
Revision 15 by douglas, 2004-07-13T20:14:49-07:00

# Line 65 | Line 65 | Zoe::Zoe()
65   {
66          configure();
67  
68 <        if (collector) Collector collector(buddies);
69 <        if (publisher) Publisher publisher(buddies);
68 >        Collector collector(login, password, buddies, Zoe::collector);
69 >        Publisher publisher(buddies, Zoe::publisher);
70   }
71  
72   bool Zoe::debug(false), Zoe::collector(false), Zoe::publisher(false);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines