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 5 by douglas, 2004-07-09T15:04:18-07:00 vs.
Revision 8 by douglas, 2004-07-09T18:13:27-07:00

# Line 8 | Line 8
8   #define _Zoe_hpp_
9  
10   #include <iostream>
11 < #include <string>
11 >
12 > using std::cin;
13 > using std::cout;
14 > using std::cerr;
15 >
16   #include <vector>
17  
18 + #include <menes-api/console.hpp>
19 + #include <menes-ext/casts.hpp>
20 + #include <menes-ext/string.hpp>
21 + #include <menes-xml/document.hpp>
22 + #include <menes-xml/nodeset.hpp>
23 + #include <menes-xml/parse.hpp>
24 + #include <menes-xml/textwriter.hpp>
25 +
26 + class Zoe
27 + {
28 + private:
29 +        std::string login, password, rss;
30 +        void configure();
31 + public:
32 +        Zoe();
33 +        ~Zoe() {}
34 +        static bool debug;
35 +        static ext::String program, config;
36 + };
37 +
38   #endif // _Zoe_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines