X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_z3950_client.hpp;h=a65b021a6850223d9c410d754f0ee9e08ef2d125;hb=77dee8966dd1304a0fb8540c3fc68d02dc6ce84a;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..a65b021 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.5 2005-11-10 23:10:42 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -7,22 +7,21 @@ #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; private: - Pimpl *m_p; + boost::scoped_ptr m_p; }; } }