X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_zoom.hpp;h=f92eba2f1961c412d5a0bdc935b39a7a09c5d453;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=f63f738efc8be02a256cf20a34e44427d8ab3be6;hpb=a0bd9a4d8ff3a326f65cc585072d6547fd5bf22a;p=metaproxy-moved-to-github.git diff --git a/src/filter_zoom.hpp b/src/filter_zoom.hpp index f63f738..f92eba2 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) 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,13 +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); }; } }