X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_zoom.hpp;h=265e966b41f043b4f8632da437026b1748b519bc;hb=73f37c91c144b070020df2f27472c09b62367acf;hp=cbd028e40eda2b2511a569e2e2e29cb64abb0942;hpb=264cb8bc341ad0e639cc95fb0d6ff8081840b04e;p=metaproxy-moved-to-github.git diff --git a/src/filter_zoom.hpp b/src/filter_zoom.hpp index cbd028e..265e966 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-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 @@ -30,14 +30,17 @@ namespace metaproxy_1 { class Impl; class Frontend; class Backend; + class Searchable; boost::scoped_ptr m_p; typedef boost::shared_ptr FrontendPtr; typedef boost::shared_ptr BackendPtr; + typedef boost::shared_ptr SearchablePtr; public: 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); }; } }