std::string type() function taken out of all filter classes again
[metaproxy-moved-to-github.git] / src / filter_log.hpp
index 58cb266..d7ad4ed 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter_log.hpp,v 1.8 2005-10-29 22:23:36 marc Exp $
+/* $Id: filter_log.hpp,v 1.9 2005-10-31 09:40:18 marc Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -22,9 +22,6 @@ namespace yp2 {
             Log(const std::string &msg);
             Log();
             void process(yp2::Package & package) const;
-            const std::string type() const {
-                return "Log";
-            };
         private:
             /// static mutex to lock Ostream during logging operation
             static boost::mutex m_log_mutex;