X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_z3950_client.hpp;h=077805eef0e4878cd353fcd9812d3664ec6e3bee;hb=63dda9fef8b647d491dd2baef8ec4f4f88ee1b11;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..077805e 100644 --- a/src/filter_z3950_client.hpp +++ b/src/filter_z3950_client.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_z3950_client.hpp,v 1.1 2005-10-16 16:05:44 adam Exp $ +/* $Id: filter_z3950_client.hpp,v 1.8 2006-01-09 18:19:09 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,26 +7,30 @@ #ifndef FILTER_Z3950_CLIENT_HPP #define FILTER_Z3950_CLIENT_HPP -#include -#include +#include #include "filter.hpp" namespace yp2 { namespace filter { class Z3950Client : public Base { - class Pimpl; + class Rep; class Assoc; public: ~Z3950Client(); Z3950Client(); void process(yp2::Package & package) const; + void configure(const xmlNode * ptr); private: - Pimpl *m_p; + boost::scoped_ptr m_p; }; } } +extern "C" { + extern struct yp2_filter_struct yp2_filter_z3950_client; +} + #endif /* * Local variables: