X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_cql_to_rpn.cpp;h=225ee824c061fa41bfe20e83bab22947c7ef05d1;hb=83ae8e57480f04a97741e3b3c9ae6896bbcc5f8d;hp=4fa308f7139cb4040c03303db56ffac9e6b29708;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter_cql_to_rpn.cpp b/src/filter_cql_to_rpn.cpp index 4fa308f..225ee82 100644 --- a/src/filter_cql_to_rpn.cpp +++ b/src/filter_cql_to_rpn.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2011 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 @@ -60,7 +60,8 @@ yf::CQLtoRPN::~CQLtoRPN() { // must have a destructor because of boost::scoped_ptr } -void yf::CQLtoRPN::configure(const xmlNode *xmlnode, bool test_only) +void yf::CQLtoRPN::configure(const xmlNode *xmlnode, bool test_only, + const char *path) { m_p->configure(xmlnode); }