All filters declare a yp2_filter_struct - used for both static and
[metaproxy-moved-to-github.git] / src / factory_static.hpp
1 /* $Id: factory_static.hpp,v 1.1 2006-01-04 11:19:04 adam Exp $
2    Copyright (c) 2005, Index Data.
3
4 %LICENSE%
5  */
6
7 #ifndef FACTORY_STATIC_HPP
8 #define FACTORY_STATIC_HPP
9
10 #include "filter_factory.hpp"
11
12 namespace yp2 {
13     class FactoryStatic {
14     public:
15         FactoryStatic(yp2::FilterFactory &factory);
16     };
17 }
18
19 #endif
20 /*
21  * Local variables:
22  * c-basic-offset: 4
23  * indent-tabs-mode: nil
24  * c-file-style: "stroustrup"
25  * End:
26  * vim: shiftwidth=4 tabstop=8 expandtab
27  */