ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Zoe.hpp
Revision: 13
Committed: 2004-07-11T23:49:09-07:00 (20 years, 11 months ago) by douglas
File size: 797 byte(s)
Log Message:
Made classes.

File Contents

# Content
1 // 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
12 using std::cin;
13 using std::cout;
14 using std::cerr;
15
16 #include <map>
17 #include <set>
18 #include <vector>
19
20 #include <menes-api/console.hpp>
21 #include <menes-api/files.hpp>
22 #include <menes-ext/casts.hpp>
23 #include <menes-ext/string.hpp>
24 #include <menes-net/oscar/session.hpp>
25 #include <menes-xml/document.hpp>
26 #include <menes-xml/nodeset.hpp>
27 #include <menes-xml/parse.hpp>
28 #include <menes-xml/textwriter.hpp>
29
30 #include "Buddy.hpp"
31
32 class Zoe
33 {
34 private:
35 ext::String login, password;
36 std::set<Buddy> buddies;
37 void configure();
38 public:
39 Zoe();
40 ~Zoe() {}
41 static bool debug, collector, publisher;
42 static ext::String program, config;
43 };
44
45 #endif // _Zoe_hpp_

Properties

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