X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_cql_to_rpn.hpp;h=564c49b35900e24314f34a62fb51105becad2bc1;hb=73f37c91c144b070020df2f27472c09b62367acf;hp=354d6a7110f66a76a228d130e0ad5b029ec539af;hpb=e6d572ef110d14fa55115021505b808620457bd3;p=metaproxy-moved-to-github.git diff --git a/src/filter_cql_to_rpn.hpp b/src/filter_cql_to_rpn.hpp index 354d6a7..564c49b 100644 --- a/src/filter_cql_to_rpn.hpp +++ b/src/filter_cql_to_rpn.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2010 Index Data + Copyright (C) 2005-2012 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -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: }; }