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

Comparing trunk/Zoe.hpp (file contents):
Revision 12 by douglas, 2004-07-11T20:45:38-07:00 vs.
Revision 13 by douglas, 2004-07-11T23:49:09-07:00

# Line 32 | Line 32 | using std::cerr;
32   class Zoe
33   {
34   private:
35 <        ext::String login, password, rss;
35 >        ext::String login, password;
36          std::set<Buddy> buddies;
37          void configure();
38   public:
39          Zoe();
40          ~Zoe() {}
41 <        static bool debug;
41 >        static bool debug, collector, publisher;
42          static ext::String program, config;
43   };
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines