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