X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_sru_to_z3950.hpp;h=14c47d639b655d33a4826b7c0ff9ef1cd394268e;hb=16346103d5c9e44c7e62f2989af9486e217042a5;hp=334601b0442e59f3689959262ef868d42ef3a508;hpb=3825178e4cb10dda3de93336cad102f1459e48c6;p=metaproxy-moved-to-github.git diff --git a/src/filter_sru_to_z3950.hpp b/src/filter_sru_to_z3950.hpp index 334601b..14c47d6 100644 --- a/src/filter_sru_to_z3950.hpp +++ b/src/filter_sru_to_z3950.hpp @@ -1,5 +1,5 @@ -/* $Id: filter_sru_to_z3950.hpp,v 1.1 2006-09-13 10:43:24 marc Exp $ - Copyright (c) 2005-2006, Index Data. +/* $Id: filter_sru_to_z3950.hpp,v 1.4 2007-01-25 14:05:54 adam Exp $ + Copyright (c) 2005-2007, Index Data. See the LICENSE file for details */ @@ -15,11 +15,12 @@ namespace metaproxy_1 { namespace filter { class SRUtoZ3950 : public Base { - class Rep; - boost::scoped_ptr m_p; + class Impl; + boost::scoped_ptr m_p; public: SRUtoZ3950(); ~SRUtoZ3950(); + void configure(const xmlNode *xmlnode); void process(metaproxy_1::Package & package) const; }; }