X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=include%2Fmetaproxy%2Ffilter.hpp;h=5cf79f358aae9ee8b3f32851a3979197619112e6;hb=a2327d00b64241d3de8e5a173535bf65d0eeffe7;hp=4887f650069cb1f591f7b7d6ce0e25c70f3d7dec;hpb=8ced8e7b5de3ecba12ac68ce5c5e8cddf40d800f;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/filter.hpp b/include/metaproxy/filter.hpp index 4887f65..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-2013 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 {