Revision: | 35 |
Committed: | 2004-07-21T20:43:31-07:00 (20 years, 11 months ago) by douglas |
File size: | 285 byte(s) |
Log Message: | Adding Atom support, other stuff. |
# | Content |
---|---|
1 | // Zoe AIM Away Message RSS Feed Generator |
2 | // |
3 | // Seth King and Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #ifndef _Atom_hpp_ |
8 | #define _Atom_hpp_ |
9 | |
10 | #include "AwayMessage.hpp" |
11 | |
12 | struct Atom |
13 | { |
14 | Atom(const Buddy& buddy, const std::vector<AwayMessage>& messages, const Stamp& stamp); |
15 | }; |
16 | |
17 | #endif // _Atom_hpp_ |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |