ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Zoe.hpp
Revision: 7
Committed: 2004-07-09T17:12:54-07:00 (20 years, 11 months ago) by douglas
File size: 563 byte(s)
Log Message:
Cheese is good.

File Contents

# User Rev Content
1 douglas 5 // Zoe AIM Away Message RSS Feed Generator
2     //
3     // Seth King and Douglas Thrift
4     //
5     // $Id$
6    
7     #ifndef _Zoe_hpp_
8     #define _Zoe_hpp_
9    
10     #include <iostream>
11 douglas 7
12     using std::cin;
13     using std::cout;
14     using std::cerr;
15    
16 douglas 5 #include <vector>
17    
18 douglas 7 #include <menes-ext/casts.hpp>
19     #include <menes-ext/string.hpp>
20     #include <menes-xml/document.hpp>
21     #include <menes-xml/nodeset.hpp>
22     #include <menes-xml/parse.hpp>
23    
24     class Zoe
25     {
26     private:
27     std::string login, password, rss;
28     void configure();
29     public:
30     Zoe();
31     ~Zoe() {}
32     static bool debug;
33     static ext::String program, config;
34     };
35    
36 douglas 5 #endif // _Zoe_hpp_

Properties

Name Value
svn:eol-style native
svn:keywords Id