X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_limit.hpp;h=9a4622f072e02cec34ad5bbf6fec267b2984f096;hb=8c9c3b0f7bf85453c42e418f4a740d570f2189c1;hp=7a3d5e3f0b3f269cf870e8a658034a52f63743ae;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_limit.hpp b/src/filter_limit.hpp index 7a3d5e3..9a4622f 100644 --- a/src/filter_limit.hpp +++ b/src/filter_limit.hpp @@ -33,7 +33,8 @@ namespace metaproxy_1 { Limit(); ~Limit(); 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); }; } }