ecbec46ff40905d74c4eb9e58d875e666bff6958
[metaproxy-moved-to-github.git] / src / filter.cpp
1 /* $Id: filter.cpp,v 1.6 2006-01-11 14:58:28 adam Exp $
2    Copyright (c) 2005, Index Data.
3
4 %LICENSE%
5  */
6
7 #include <stdexcept>
8
9 #include "config.hpp"
10 #include "filter.hpp"
11
12 void yp2::filter::Base::configure(const xmlNode * ptr)
13 {
14     yp2::xml::check_empty(ptr);
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  */