X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_query_rewrite.cpp;h=0538c7b2c3fc5c19f2a16c46f19d0c307cf9a4aa;hb=50597d2f7d3607e91c94601eb8eb495d73be3eae;hp=9d4ac376862693f0c708645894f00b4fca443c97;hpb=e6d572ef110d14fa55115021505b808620457bd3;p=metaproxy-moved-to-github.git diff --git a/src/filter_query_rewrite.cpp b/src/filter_query_rewrite.cpp index 9d4ac37..0538c7b 100644 --- a/src/filter_query_rewrite.cpp +++ b/src/filter_query_rewrite.cpp @@ -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 @@ -71,7 +71,8 @@ void yf::QueryRewrite::process(mp::Package &package) const m_p->process(package); } -void mp::filter::QueryRewrite::configure(const xmlNode *ptr, bool test_only) +void mp::filter::QueryRewrite::configure(const xmlNode *ptr, bool test_only, + const char *path) { m_p->configure(ptr); }