X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_log.hpp;h=90ab9dd1c98646eeb06e4901a439e2dc34231c85;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=2c5d0d96cf4b1407d7206365ef2eb96d8494012a;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.hpp b/src/filter_log.hpp index 2c5d0d9..90ab9dd 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -32,8 +32,8 @@ namespace metaproxy_1 { Log(const std::string &x); ~Log(); void process(metaproxy_1::Package & package) const; - void configure(const xmlNode * ptr, bool test_only); - //class LFile; + void configure(const xmlNode * ptr, bool test_only, + const char *path); private: class Impl; boost::scoped_ptr m_p;