Year 2007.
[metaproxy-moved-to-github.git] / src / factory_static.hpp
index d01d13c..ad66b97 100644 (file)
@@ -1,16 +1,16 @@
-/* $Id: factory_static.hpp,v 1.2 2006-01-04 14:15:45 adam Exp $
-   Copyright (c) 2005, Index Data.
+/* $Id: factory_static.hpp,v 1.6 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, 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 : public FilterFactory {
+namespace metaproxy_1 {
+    class FactoryStatic : public FactoryFilter {
     public:
         FactoryStatic();
     };