filter factory in working shape, see example in test_filer_factory.cpp
[metaproxy-moved-to-github.git] / src / filter.cpp
1 /* $Id: filter.cpp,v 1.1 2005-10-29 22:23:36 marc Exp $
2    Copyright (c) 2005, Index Data.
3
4 %LICENSE%
5  */
6
7 #include <stdexcept>
8
9 #include "filter.hpp"
10
11
12 // defining and initializing static members
13
14 // std::string yp2::filter::Base:m_type("Base");
15
16
17 /*
18  * Local variables:
19  * c-basic-offset: 4
20  * indent-tabs-mode: nil
21  * c-file-style: "stroustrup"
22  * End:
23  * vim: shiftwidth=4 tabstop=8 expandtab
24  */