# | 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_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |