Add LICENSE file and Refer to it from the source. Include license material
[metaproxy-moved-to-github.git] / src / filter_log.hpp
index a829d80..6e048b6 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_log.hpp,v 1.11 2006-01-04 11:19:04 adam Exp $
-   Copyright (c) 2005, Index Data.
+/* $Id: filter_log.hpp,v 1.15 2006-06-10 14:29:12 adam Exp $
+   Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_LOG_HPP
@@ -11,7 +11,7 @@
 
 #include "filter.hpp"
 
-namespace yp2 {
+namespace metaproxy_1 {
     namespace filter {
         class Log : public Base {
             class Rep;
@@ -20,13 +20,14 @@ namespace yp2 {
             Log();
             Log(const std::string &x);
             ~Log();
-            void process(yp2::Package & package) const;
+            void process(metaproxy_1::Package & package) const;
+            void configure(const xmlNode * ptr);
         };
     }
 }
 
 extern "C" {
-    extern const struct yp2_filter_struct yp2_filter_log;
+    extern struct metaproxy_1_filter_struct metaproxy_1_filter_log;
 }
 
 #endif