filter factory in working shape, see example in test_filer_factory.cpp
[metaproxy-moved-to-github.git] / src / test_filter_log.cpp
index 8a7fc66..2e3af23 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: test_filter_log.cpp,v 1.4 2005-10-26 10:55:26 marc Exp $
+/* $Id: test_filter_log.cpp,v 1.5 2005-10-29 22:23:36 marc Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -42,6 +42,9 @@ public:
         }
         return package.move();
     };
+    const std::string type() const {
+        return "FilterBounceInit";
+    };
 };