ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Rss.hpp
Revision: 35
Committed: 2004-07-21T20:43:31-07:00 (20 years, 11 months ago) by douglas
File size: 280 byte(s)
Log Message:
Adding Atom support, other stuff.

File Contents

# Content
1 // Zoe AIM Away Message RSS Feed Generator
2 //
3 // Seth King and Douglas Thrift
4 //
5 // $Id$
6
7 #ifndef _Rss_hpp_
8 #define _Rss_hpp_
9
10 #include "AwayMessage.hpp"
11
12 struct Rss
13 {
14 Rss(const Buddy& buddy, const std::vector<AwayMessage>& messages, const Stamp& stamp);
15 };
16
17 #endif // _Rss_hpp_

Properties

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