// Zoe AIM Away Message RSS Feed Generator // // Seth King and Douglas Thrift // // $Id$ #ifndef _Atom_hpp_ #define _Atom_hpp_ #include "AwayMessage.hpp" struct Atom { Atom(const Buddy& buddy, const std::vector& messages, const Stamp& stamp); }; #endif // _Atom_hpp_