Move real virt_db example to config1.xml. Imagined to config-imagine.xml
[metaproxy-moved-to-github.git] / src / filter_z3950_client.cpp
index 21e4325..cca4b8a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter_z3950_client.cpp,v 1.13 2006-01-03 15:34:10 adam Exp $
+/* $Id: filter_z3950_client.cpp,v 1.16 2006-01-09 13:43:59 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -113,7 +113,6 @@ void yf::Z3950Client::Assoc::failNotify()
 
 void yf::Z3950Client::Assoc::timeoutNotify()
 {
-    std::cout << "TIMEOUT NOTIFY\n";
     m_ticks++;
     if (m_ticks == 30)
     {
@@ -326,6 +325,19 @@ void yf::Z3950Client::process(Package &package) const
 }
 
 
+static yp2::filter::Base* filter_creator()
+{
+    return new yp2::filter::Z3950Client;
+}
+
+extern "C" {
+    struct yp2_filter_struct yp2_filter_z3950_client = {
+        0,
+        "z3950_client",
+        filter_creator
+    };
+}
+
 /*
  * Local variables:
  * c-basic-offset: 4