X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_query_rewrite.cpp;h=1d405a5260718f6c070419885d23e452a9207a5b;hb=6e5694249f3031e2d1d09ef4449e446403054d5e;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..1d405a5 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-2011 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); }