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

File Contents

# User Rev Content
1 douglas 13 // 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 "AwayMessage.hpp"
11    
12     class Publisher
13     {
14     private:
15     //
16     public:
17     Publisher(const std::set<Buddy>& buddies);
18     ~Publisher() {}
19     //
20     };
21    
22     #endif // _Publisher_hpp_

Properties

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