X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_z3950_client.hpp;h=3767dae5fd254ccc25617f73c73dcbd4d8d4ac60;hb=1bd4f51772d44c9dcdf21f44ffb92cbc2c962eef;hp=2f8fbb554884523830da8fa3711c7dc7da9ce7a9;hpb=7a90dfec2c8b5af3c39bbb7fafdf2294671b93d4;p=metaproxy-moved-to-github.git diff --git a/src/filter_z3950_client.hpp b/src/filter_z3950_client.hpp index 2f8fbb5..3767dae 100644 --- a/src/filter_z3950_client.hpp +++ b/src/filter_z3950_client.hpp @@ -1,19 +1,17 @@ -/* $Id: filter_z3950_client.hpp,v 1.2 2005-10-29 15:54:29 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: filter_z3950_client.hpp,v 1.10 2006-06-10 14:29:12 adam Exp $ + Copyright (c) 2005-2006, Index Data. -%LICENSE% + See the LICENSE file for details */ #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 Rep; @@ -21,13 +19,18 @@ namespace yp2 { public: ~Z3950Client(); Z3950Client(); - void process(yp2::Package & package) const; + void process(metaproxy_1::Package & package) const; + void configure(const xmlNode * ptr); private: boost::scoped_ptr m_p; }; } } +extern "C" { + extern struct metaproxy_1_filter_struct metaproxy_1_filter_z3950_client; +} + #endif /* * Local variables: