X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter.cpp;h=3bc27a4c166715addde6d58187ccc56f3227d3a7;hb=489bd9188aed44d93c29f996311e0477152d592a;hp=95b7e91880f843e0ba81223c49f834b2f934a25a;hpb=74d5524719194de5dc96abd552562fa473088677;p=metaproxy-moved-to-github.git diff --git a/src/filter.cpp b/src/filter.cpp index 95b7e91..3bc27a4 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) 2005-2013 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() const { - } - /* * Local variables: * c-basic-offset: 4