X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Ffilter.hpp;h=5cf79f358aae9ee8b3f32851a3979197619112e6;hb=9b97f592234ac677840760fcea221c009528a8c9;hp=a3b2115751be9a44dd0915806edf694be12377da;hpb=73f37c91c144b070020df2f27472c09b62367acf;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/filter.hpp b/include/metaproxy/filter.hpp index a3b2115..5cf79f3 100644 --- a/include/metaproxy/filter.hpp +++ b/include/metaproxy/filter.hpp @@ -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 @@ -42,7 +42,7 @@ namespace metaproxy_1 { virtual void start() const; - virtual void stop() const; + virtual void stop(int signo) const; }; class FilterException : public std::runtime_error {