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 15 by douglas, 2004-07-13T20:14:49-07:00 vs.
Revision 21 by douglas, 2004-07-16T23:37:41-07:00

# Line 19 | Line 19 | using std::cerr;
19  
20   #include <menes-api/console.hpp>
21   #include <menes-api/files.hpp>
22 + #include <menes-dbi/connection.hpp>
23 + #include <menes-dbi/resultset.hpp>
24   #include <menes-etl/fnbind.hpp>
25   #include <menes-ext/casts.hpp>
26   #include <menes-ext/string.hpp>
# Line 35 | Line 37 | using std::cerr;
37  
38   #include "Buddy.hpp"
39  
40 + struct Database { ext::String driver, host, user, password, db; };
41 +
42   class Zoe
43   {
44   private:
45          ext::String login, password;
46 +        Database database;
47          std::set<Buddy> buddies;
48          void configure();
49 +        void initialize();
50   public:
51          Zoe();
52          ~Zoe() {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines