std::string type() function taken out of all filter classes again
[metaproxy-moved-to-github.git] / src / test_filter_frontend_net.cpp
index ce53512..2eb88b8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: test_filter_frontend_net.cpp,v 1.12 2005-10-30 17:13:36 adam Exp $
+/* $Id: test_filter_frontend_net.cpp,v 1.13 2005-10-31 09:40:18 marc Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -42,9 +42,6 @@ public:
         }
         return package.move();
     };
-    const std::string type() const {
-        return "FilterInit";
-    };
 };