X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_log.hpp;h=dc35e7b2703ab3e1b5403888a020c21f01be4b0b;hb=66d4ec677bbc06aa9be29ab2e5fa2bec7442a7fa;hp=e2af7c0fea2cca2ae5234bb08ed720f7d3295f47;hpb=a19294f809fc1e5481ad596faa5e604a6c84aa83;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.hpp b/src/filter_log.hpp index e2af7c0..dc35e7b 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -1,35 +1,38 @@ -/* $Id: filter_log.hpp,v 1.7 2005-10-25 16:01:36 adam 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(const std::string &msg); 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; - std::string m_msg; + class Impl; + boost::scoped_ptr m_p; }; } } +extern "C" { + extern struct metaproxy_1_filter_struct metaproxy_1_filter_log; +} + #endif /* * Local variables: