Add LICENSE file and Refer to it from the source. Include license material
[metaproxy-moved-to-github.git] / src / factory_static.hpp
index 9433979..a8eaae8 100644 (file)
@@ -1,18 +1,18 @@
-/* $Id: factory_static.hpp,v 1.1 2006-01-04 11:19:04 adam Exp $
-   Copyright (c) 2005, Index Data.
+/* $Id: factory_static.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
+   Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FACTORY_STATIC_HPP
 #define FACTORY_STATIC_HPP
 
-#include "filter_factory.hpp"
+#include "factory_filter.hpp"
 
-namespace yp2 {
-    class FactoryStatic {
+namespace metaproxy_1 {
+    class FactoryStatic : public FactoryFilter {
     public:
-        FactoryStatic(yp2::FilterFactory &factory);
+        FactoryStatic();
     };
 }