X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_zoom.hpp;h=ee0571e57c5b727d250008d20481b992bb65602c;hb=e5077eed764e3f93dc86404a4ee414ce003ae643;hp=d10f28bbc0eaacbb04d5704714b053c5085fc7d7;hpb=7dcf766ccdb4773635481a86b1a43c3c86c32d42;p=metaproxy-moved-to-github.git diff --git a/src/filter_zoom.hpp b/src/filter_zoom.hpp index d10f28b..ee0571e 100644 --- a/src/filter_zoom.hpp +++ b/src/filter_zoom.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2011 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 @@ -39,7 +39,8 @@ namespace metaproxy_1 { Zoom(); ~Zoom(); 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); }; } }