X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_log.hpp;h=90ab9dd1c98646eeb06e4901a439e2dc34231c85;hb=e97027abe6e12ad59d16b475c28e3767c83b1343;hp=2c5d0d96cf4b1407d7206365ef2eb96d8494012a;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;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;