X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter.cpp;h=5b7933aaade7dfad1109b3424fe7f7e72e70f8b9;hb=ed1d79c860c13fb92e5b7eea8de2cd608a6caa0e;hp=8537d712df98448ecfa259e5cd6bb7e859442fed;hpb=b0c61b7f8b17d876c88347a96c246c47493140da;p=metaproxy-moved-to-github.git diff --git a/src/filter.cpp b/src/filter.cpp index 8537d71..5b7933a 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2010 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 @@ -19,13 +19,16 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include "config.hpp" -#include "filter.hpp" +#include namespace mp = metaproxy_1; -void mp::filter::Base::configure(const xmlNode * ptr, bool test_only) +void mp::filter::Base::start() const +{ +} + +void mp::filter::Base::stop(int signo) const { - mp::xml::check_empty(ptr); } /*