// Zoe AIM Away Message RSS Feed Generator // // Seth King and Douglas Thrift // // $Id$ #ifndef _Rss_hpp_ #define _Rss_hpp_ #include "Zoe.hpp" class Rss { private: public: Rss() {} ~Rss() {} }; #endif // _Rss_hpp_