X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_sru_to_z3950.hpp;h=0cc642dbf586e13bc02d5442f316618363d2a8bd;hb=31758bb907e47db416798eb792d06af6c02b250a;hp=261beee4c5a09461b74009a373ebd73a4ec6a48f;hpb=3e6cd573da434709745d8ed06e4be45c2f19e283;p=metaproxy-moved-to-github.git diff --git a/src/filter_sru_to_z3950.hpp b/src/filter_sru_to_z3950.hpp index 261beee..0cc642d 100644 --- a/src/filter_sru_to_z3950.hpp +++ b/src/filter_sru_to_z3950.hpp @@ -1,4 +1,4 @@ -/* $Id: filter_sru_to_z3950.hpp,v 1.2 2006-09-13 21:49:34 marc Exp $ +/* $Id: filter_sru_to_z3950.hpp,v 1.3 2006-09-29 09:48:36 marc Exp $ Copyright (c) 2005-2006, Index Data. See the LICENSE file for details @@ -15,8 +15,8 @@ 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();