X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_template.hpp;h=1b61e98875bffcf8cdbe300e6da679d44377ee85;hb=6e5694249f3031e2d1d09ef4449e446403054d5e;hp=2e2ef6f8cefb9d12412c29c1f980cb6bbaaeb876;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_template.hpp b/src/filter_template.hpp index 2e2ef6f..1b61e98 100644 --- a/src/filter_template.hpp +++ b/src/filter_template.hpp @@ -33,7 +33,8 @@ namespace metaproxy_1 { Template(); ~Template(); void process(metaproxy_1::Package & package) const; - void configure(const xmlNode * ptr, bool test_only); + void configure(const xmlNode * ptr, bool test_only, + const char *path); }; } }