X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_query_rewrite.cpp;h=0538c7b2c3fc5c19f2a16c46f19d0c307cf9a4aa;hb=a7dcb216bd825d87f9ae2c8a9b30788a109468a8;hp=254a33c79ac4dd2b4ab64dac3dcf8cf08f72d18a;hpb=b0c61b7f8b17d876c88347a96c246c47493140da;p=metaproxy-moved-to-github.git diff --git a/src/filter_query_rewrite.cpp b/src/filter_query_rewrite.cpp index 254a33c..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 @@ -17,11 +17,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.hpp" -#include "filter.hpp" -#include "package.hpp" +#include +#include -#include "util.hpp" -#include "xmlutil.hpp" +#include #include "filter_query_rewrite.hpp" #include @@ -72,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); }