X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Frouter_chain.hpp;h=9d239e1b648b1aace9a5294a2d37fe624f337cbf;hb=f53693e2058a0fd3014bb24295f22b38e21a0154;hp=2d83729855603f6b2fc91e22a69d9e03c6ed24be;hpb=483f47b95650cf92da0c9cc08363c2d761e78cdc;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/router_chain.hpp b/include/metaproxy/router_chain.hpp index 2d83729..9d239e1 100644 --- a/include/metaproxy/router_chain.hpp +++ b/include/metaproxy/router_chain.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 @@ -35,7 +35,7 @@ namespace metaproxy_1 { virtual RoutePos *createpos() const; RouterChain & append(const filter::Base &filter); void start(); - void stop(); + void stop(int signo); private: boost::scoped_ptr m_p; /// disabled because class is singleton