X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_log.hpp;h=b3d28ca6e9af0f41cc32824e928833447a03afc4;hb=ab1dded206a44d0a89b08fa49211fd7fcbcfba34;hp=dc18af6a7970cf4a095e6b66cb58bb4349ec6db7;hpb=8db6e2826e50fb4d3f8e6a1287b06357409cf88b;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.hpp b/src/filter_log.hpp index dc18af6..b3d28ca 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -1,5 +1,5 @@ -/* $Id: filter_log.hpp,v 1.16 2006-06-19 13:08:00 adam Exp $ - Copyright (c) 2005-2006, Index Data. +/* $Id: filter_log.hpp,v 1.18 2007-01-25 14:05:54 adam Exp $ + Copyright (c) 2005-2007, 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; }; } }