X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Ffilter.hpp;h=b9afe420f1c8547c34301b7715215f03e2c8f055;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=a3310ec32ed95e93b80555af262730cf66d6fc2d;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/filter.hpp b/include/metaproxy/filter.hpp index a3310ec..b9afe42 100644 --- a/include/metaproxy/filter.hpp +++ b/include/metaproxy/filter.hpp @@ -37,7 +37,8 @@ namespace metaproxy_1 { virtual void process(Package & package) const = 0; /// configuration during filter load - virtual void configure(const xmlNode * ptr, bool test_only); + virtual void configure(const xmlNode * ptr, bool test_only, + const char *path) = 0; virtual void start() const; };