filter factory in working shape, see example in test_filer_factory.cpp
[metaproxy-moved-to-github.git] / src / ex_filter_frontend_net.cpp
index d7701ad..df2e214 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: ex_filter_frontend_net.cpp,v 1.14 2005-10-26 18:53:49 adam Exp $
+/* $Id: ex_filter_frontend_net.cpp,v 1.15 2005-10-29 22:23:36 marc Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -49,6 +49,9 @@ public:
         }
         return package.move();
     };
+    const std::string type() const {
+        return "HTTPFilter";
+    };
 };
 
 int main(int argc, char **argv)