X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_z3950_client.hpp;h=e5188c5c06897dd728e6072c12bf23bc028788cf;hb=d15eeaaabd7e3f92ffe0215bd930bbc92b380e0f;hp=077805eef0e4878cd353fcd9812d3664ec6e3bee;hpb=73628df41c26faaad94a3e66302dee7cb6a7e7b6;p=metaproxy-moved-to-github.git diff --git a/src/filter_z3950_client.hpp b/src/filter_z3950_client.hpp index 077805e..e5188c5 100644 --- a/src/filter_z3950_client.hpp +++ b/src/filter_z3950_client.hpp @@ -1,7 +1,7 @@ -/* $Id: filter_z3950_client.hpp,v 1.8 2006-01-09 18:19:09 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: filter_z3950_client.hpp,v 1.11 2007-01-25 14:05:54 adam Exp $ + Copyright (c) 2005-2007, Index Data. -%LICENSE% + See the LICENSE file for details */ #ifndef FILTER_Z3950_CLIENT_HPP @@ -11,7 +11,7 @@ #include "filter.hpp" -namespace yp2 { +namespace metaproxy_1 { namespace filter { class Z3950Client : public Base { class Rep; @@ -19,7 +19,7 @@ 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; @@ -28,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