X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_cql_to_rpn.hpp;h=38418152e91745229c4df443c63a45d88a41aa38;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=e668a95d9d2f99bcd21a03607b1b10b35bbd3769;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;p=metaproxy-moved-to-github.git diff --git a/src/filter_cql_to_rpn.hpp b/src/filter_cql_to_rpn.hpp index e668a95..3841815 100644 --- a/src/filter_cql_to_rpn.hpp +++ b/src/filter_cql_to_rpn.hpp @@ -33,7 +33,8 @@ namespace metaproxy_1 { CQLtoRPN(); ~CQLtoRPN(); 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); private: }; }