X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_log.hpp;h=dc35e7b2703ab3e1b5403888a020c21f01be4b0b;hb=920f5ac10e143f72d0dac61f9c81ac19c9e7d8a6;hp=dc18af6a7970cf4a095e6b66cb58bb4349ec6db7;hpb=8db6e2826e50fb4d3f8e6a1287b06357409cf88b;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.hpp b/src/filter_log.hpp index dc18af6..dc35e7b 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_log.hpp,v 1.16 2006-06-19 13:08:00 adam Exp $ +/* $Id: filter_log.hpp,v 1.17 2006-09-29 12:24:49 marc Exp $ Copyright (c) 2005-2006, Index Data. See the LICENSE file for details @@ -15,15 +15,16 @@ namespace metaproxy_1 { namespace filter { class Log : public Base { - class Rep; - boost::scoped_ptr m_p; public: Log(); Log(const std::string &x); ~Log(); void process(metaproxy_1::Package & package) const; void configure(const xmlNode * ptr); - class LFile; + //class LFile; + private: + class Impl; + boost::scoped_ptr m_p; }; } }