Move methods jump_to_... and check_element_yp2 to xmlutil.
[metaproxy-moved-to-github.git] / src / filter.cpp
1 /* $Id: filter.cpp,v 1.5 2006-01-11 13:13:49 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     
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  */