X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_log.hpp;h=b6238b52eb36bef71e3d01f5cfa8b665550b9329;hb=25a823f54ee7b7e0d8000194cd0a6440627b7212;hp=c589e34ab9c22357f52d98e7fc69d31117781ae7;hpb=ec40d94aeb48a31ebe0ac8c9b9457f28a2d54fcc;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.hpp b/src/filter_log.hpp index c589e34..b6238b5 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_log.hpp,v 1.4 2005-10-19 21:44:01 marc Exp $ +/* $Id: filter_log.hpp,v 1.13 2006-01-11 08:53:52 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,21 +7,29 @@ #ifndef FILTER_LOG_HPP #define FILTER_LOG_HPP -#include -#include +#include #include "filter.hpp" namespace yp2 { namespace filter { class Log : public Base { + class Rep; + boost::scoped_ptr m_p; public: Log(); + Log(const std::string &x); + ~Log(); void process(yp2::Package & package) const; + void configure(const xmlNode * ptr); }; } } +extern "C" { + extern struct yp2_filter_struct yp2_filter_log; +} + #endif /* * Local variables: