Year 2007.
[metaproxy-moved-to-github.git] / src / filter_z3950_client.hpp
index 4a6f161..e5188c5 100644 (file)
@@ -1,32 +1,36 @@
-/* $Id: filter_z3950_client.hpp,v 1.1 2005-10-16 16:05:44 adam Exp $
-   Copyright (c) 2005, Index Data.
+/* $Id: filter_z3950_client.hpp,v 1.11 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_Z3950_CLIENT_HPP
 #define FILTER_Z3950_CLIENT_HPP
 
-#include <stdexcept>
-#include <list>
+#include <boost/scoped_ptr.hpp>
 
 #include "filter.hpp"
 
-namespace yp2 {
+namespace metaproxy_1 {
     namespace filter {
         class Z3950Client : public Base {
-            class Pimpl;
+            class Rep;
             class Assoc;
         public:
             ~Z3950Client();
             Z3950Client();
-            void process(yp2::Package & package) const;
+            void process(metaproxy_1::Package & package) const;
+            void configure(const xmlNode * ptr);
         private:
-            Pimpl *m_p;
+            boost::scoped_ptr<Rep> m_p;
         };
     }
 }
 
+extern "C" {
+    extern struct metaproxy_1_filter_struct metaproxy_1_filter_z3950_client;
+}
+
 #endif
 /*
  * Local variables: