std::string type() function taken out of all filter classes again
[metaproxy-moved-to-github.git] / src / filter.cpp
1 /* $Id: filter.cpp,v 1.2 2005-10-31 09:40:18 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 // std::string yp2::filter::Base:m_type("Base");
14
15
16 /*
17  * Local variables:
18  * c-basic-offset: 4
19  * indent-tabs-mode: nil
20  * c-file-style: "stroustrup"
21  * End:
22  * vim: shiftwidth=4 tabstop=8 expandtab
23  */