X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter.cpp;h=5b7933aaade7dfad1109b3424fe7f7e72e70f8b9;hb=4af83af2939aae2ddf5d9fb018663c1cf0f424a1;hp=a19593117e1ebb4582c764af19a678fd3476fe3f;hpb=aff78cecdb2c7292899ae15ee8a5fd41accef2b5;p=metaproxy-moved-to-github.git diff --git a/src/filter.cpp b/src/filter.cpp index a195931..5b7933a 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 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 @@ -27,7 +27,7 @@ void mp::filter::Base::start() const { } -void mp::filter::Base::stop() const +void mp::filter::Base::stop(int signo) const { }