X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffilter_z3950_client.hpp;h=8c9434939470bdd0dc990bb649e7e23ae3d8c6a9;hb=79100c2ae2dac4bdde4f4d46b69e147562b4ec6c;hp=70b64acad6574fabda217912c1145b444adee03f;hpb=ad428707d2a52bbe4db21e47c5ebb26e13598484;p=metaproxy-moved-to-github.git diff --git a/src/filter_z3950_client.hpp b/src/filter_z3950_client.hpp index 70b64ac..8c94349 100644 --- a/src/filter_z3950_client.hpp +++ b/src/filter_z3950_client.hpp @@ -1,5 +1,5 @@ -/* $Id: filter_z3950_client.hpp,v 1.7 2006-01-04 11:55:32 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: filter_z3950_client.hpp,v 1.9 2006-03-16 10:40:59 adam Exp $ + Copyright (c) 2005-2006, Index Data. %LICENSE% */ @@ -11,7 +11,7 @@ #include "filter.hpp" -namespace yp2 { +namespace metaproxy_1 { namespace filter { class Z3950Client : public Base { class Rep; @@ -19,7 +19,8 @@ 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; }; @@ -27,7 +28,7 @@ namespace yp2 { } extern "C" { - extern struct yp2_filter_struct yp2_filter_z3950_client; + extern struct metaproxy_1_filter_struct metaproxy_1_filter_z3950_client; } #endif