X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_z3950_client.hpp;h=65b0585e713d742b4794aa27915f4492eeaf88f2;hb=73f37c91c144b070020df2f27472c09b62367acf;hp=5b6adc967619056c8263e15f4bdd3560ec2755eb;hpb=665559cbc22546e8df69be33a7d492294cab9fb1;p=metaproxy-moved-to-github.git diff --git a/src/filter_z3950_client.hpp b/src/filter_z3950_client.hpp index 5b6adc9..65b0585 100644 --- a/src/filter_z3950_client.hpp +++ b/src/filter_z3950_client.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 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 @@ -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 { @@ -32,7 +32,8 @@ namespace metaproxy_1 { ~Z3950Client(); Z3950Client(); 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); private: boost::scoped_ptr m_p; };