X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_log.hpp;h=dc35e7b2703ab3e1b5403888a020c21f01be4b0b;hb=b9a2c9c658b95608dd4be2fed43cf889a1c6ee5a;hp=60d1425594987381c22421f0fe890b9232f3f20b;hpb=c5f2b2f7158164cc047cdaf9935e27a33dcf4e5a;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.hpp b/src/filter_log.hpp index 60d1425..dc35e7b 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -1,33 +1,38 @@ -/* $Id: filter_log.hpp,v 1.5 2005-10-19 22:45:59 marc Exp $ - Copyright (c) 2005, Index Data. +/* $Id: filter_log.hpp,v 1.17 2006-09-29 12:24:49 marc Exp $ + Copyright (c) 2005-2006, Index Data. -%LICENSE% + See the LICENSE file for details */ #ifndef FILTER_LOG_HPP #define FILTER_LOG_HPP -#include -#include +#include +#include #include "filter.hpp" -#include - - -namespace yp2 { +namespace metaproxy_1 { namespace filter { class Log : public Base { public: Log(); - void process(yp2::Package & package) const; + Log(const std::string &x); + ~Log(); + void process(metaproxy_1::Package & package) const; + void configure(const xmlNode * ptr); + //class LFile; private: - /// static mutex to lock Ostream during logging operation - static boost::mutex m_log_mutex; + class Impl; + boost::scoped_ptr m_p; }; } } +extern "C" { + extern struct metaproxy_1_filter_struct metaproxy_1_filter_log; +} + #endif /* * Local variables: