X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter.cpp;h=5b7933aaade7dfad1109b3424fe7f7e72e70f8b9;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=1767022b007ff9c1f4c2f0c910b91f8377c6129c;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/src/filter.cpp b/src/filter.cpp index 1767022..5b7933a 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2011 Index Data + Copyright (C) Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -23,17 +23,14 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA namespace mp = metaproxy_1; -void mp::filter::Base::configure(const xmlNode * ptr, bool test_only) +void mp::filter::Base::start() const { - mp::xml::check_empty(ptr); } -void mp::filter::Base::start() const +void mp::filter::Base::stop(int signo) const { - } - /* * Local variables: * c-basic-offset: 4