X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_http_file.hpp;h=ca220990c8ca372d14a767b06b4f237e008ef947;hb=2ee83c18eef23c98fd4e97d581401be193fdf41f;hp=1b7f05c19a552b88fded3337ebef02fb8a9e8907;hpb=665559cbc22546e8df69be33a7d492294cab9fb1;p=metaproxy-moved-to-github.git diff --git a/src/filter_http_file.hpp b/src/filter_http_file.hpp index 1b7f05c..ca22099 100644 --- a/src/filter_http_file.hpp +++ b/src/filter_http_file.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2013 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 @@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include -#include "filter.hpp" +#include namespace metaproxy_1 { namespace filter { @@ -34,7 +34,8 @@ namespace metaproxy_1 { HttpFile(); ~HttpFile(); 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); }; } }