X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_z3950_client.hpp;h=ea57e812a2be60665e053bac12f2042e7895e113;hb=e9530d6289df9b848e4901d7c73f5a2f27706d66;hp=4a6f161bb94866eb00f1b75d2a08174d50603591;hpb=ced440c14eaf1e9408f994ef1e7be2deb8a7db0b;p=metaproxy-moved-to-github.git diff --git a/src/filter_z3950_client.hpp b/src/filter_z3950_client.hpp index 4a6f161..ea57e81 100644 --- a/src/filter_z3950_client.hpp +++ b/src/filter_z3950_client.hpp @@ -1,32 +1,48 @@ -/* $Id: filter_z3950_client.hpp,v 1.1 2005-10-16 16:05:44 adam Exp $ - Copyright (c) 2005, Index Data. +/* This file is part of Metaproxy. + Copyright (C) 2005-2008 Index Data -%LICENSE% - */ +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 +Software Foundation; either version 2, or (at your option) any later +version. + +Metaproxy is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ #ifndef FILTER_Z3950_CLIENT_HPP #define FILTER_Z3950_CLIENT_HPP -#include -#include +#include #include "filter.hpp" -namespace yp2 { +namespace metaproxy_1 { namespace filter { class Z3950Client : public Base { - class Pimpl; + class Rep; class Assoc; public: ~Z3950Client(); Z3950Client(); - void process(yp2::Package & package) const; + void process(metaproxy_1::Package & package) const; + void configure(const xmlNode * ptr, bool test_only); private: - Pimpl *m_p; + boost::scoped_ptr m_p; }; } } +extern "C" { + extern struct metaproxy_1_filter_struct metaproxy_1_filter_z3950_client; +} + #endif /* * Local variables: