Added yp2::PlainFile class which reads Unix-style plain text files.
[metaproxy-moved-to-github.git] / src / factory_static.hpp
index 9433979..29b77e8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: factory_static.hpp,v 1.1 2006-01-04 11:19:04 adam Exp $
+/* $Id: factory_static.hpp,v 1.3 2006-01-04 14:30:51 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -7,12 +7,12 @@
 #ifndef FACTORY_STATIC_HPP
 #define FACTORY_STATIC_HPP
 
-#include "filter_factory.hpp"
+#include "factory_filter.hpp"
 
 namespace yp2 {
-    class FactoryStatic {
+    class FactoryStatic : public FactoryFilter {
     public:
-        FactoryStatic(yp2::FilterFactory &factory);
+        FactoryStatic();
     };
 }