// Zoe AIM Away Message RSS Feed Generator // // Seth King and Douglas Thrift // // $Id$ #ifndef _Collector_hpp_ #define _Collector_hpp_ #include "AwayMessage.hpp" class Collector { private: // public: Collector(const std::set& buddies); ~Collector() {} // }; #endif // _Collector_hpp_