#ifndef GENTOOBROWSE_SERVICE_DEPEND_H #define GENTOOBROWSE_SERVICE_DEPEND_H #include #include #include #include namespace Portage { namespace Utils { class News : AdHoc::Lexer { private: News(); public: Gentoo::NewsItemPtr news; static Gentoo::NewsItemPtr parse(const gchar * string, size_t length); }; } } #endif