Year 2007.
[metaproxy-moved-to-github.git] / src / filter_sru_to_z3950.hpp
index 261beee..14c47d6 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_sru_to_z3950.hpp,v 1.2 2006-09-13 21:49:34 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,8 +15,8 @@
 namespace metaproxy_1 {
     namespace filter {
         class SRUtoZ3950 : public Base {
-            class Rep;
-            boost::scoped_ptr<Rep> m_p;
+            class Impl;
+            boost::scoped_ptr<Impl> m_p;
         public:
             SRUtoZ3950();
             ~SRUtoZ3950();