X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter.cpp;h=1767022b007ff9c1f4c2f0c910b91f8377c6129c;hb=c1d953eee6c00432493bc364da6284704ccd9cc2;hp=253a306c1650764c61b31630cc78d54dd0e4bf24;hpb=665559cbc22546e8df69be33a7d492294cab9fb1;p=metaproxy-moved-to-github.git diff --git a/src/filter.cpp b/src/filter.cpp index 253a306..1767022 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2011 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,7 +19,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include "config.hpp" -#include "filter.hpp" +#include namespace mp = metaproxy_1; @@ -28,6 +28,12 @@ void mp::filter::Base::configure(const xmlNode * ptr, bool test_only) mp::xml::check_empty(ptr); } +void mp::filter::Base::start() const +{ + +} + + /* * Local variables: * c-basic-offset: 4