ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Publisher.hpp
Revision: 43
Committed: 2004-08-15T21:33:25-07:00 (20 years, 10 months ago) by douglas
File size: 396 byte(s)
Log Message:
Let cron handle timing!

File Contents

# Content
1 // Zoe AIM Away Message RSS Feed Generator
2 //
3 // Seth King and Douglas Thrift
4 //
5 // $Id$
6
7 #ifndef _Publisher_hpp_
8 #define _Publisher_hpp_
9
10 #include "Zoe.hpp"
11
12 class Publisher
13 {
14 private:
15 const std::set<Buddy>& buddies;
16 const Database& database;
17 bool start;
18 void publish();
19 public:
20 Publisher(const std::set<Buddy>& buddies, const Database& database, bool start);
21 };
22
23 #endif // _Publisher_hpp_

Properties

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