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 35 by douglas, 2004-07-20T16:49:06-07:00 vs.
Revision 36 by douglas, 2004-07-22T01:19:40-07:00

# Line 59 | Line 59 | private:
59          void initialize();
60   public:
61          Zoe();
62 +        enum Generator { all, agent, url, version };
63          static bool debug, collector, publisher;
64          static ext::String program, config;
65 <        static ext::String generator();
65 >        static ext::String generator(Generator generator = all);
66   };
67  
68   #endif // _Zoe_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines