X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Frouter_chain.hpp;h=2d83729855603f6b2fc91e22a69d9e03c6ed24be;hb=519cf04ede8ce910b4048b98c8150adb8d983204;hp=052ce0a9a7248518d5167ab7697f4ac17b1fbd72;hpb=50597d2f7d3607e91c94601eb8eb495d73be3eae;p=metaproxy-moved-to-github.git diff --git a/src/router_chain.hpp b/src/router_chain.hpp index 052ce0a..2d83729 100644 --- a/src/router_chain.hpp +++ b/src/router_chain.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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,6 +35,7 @@ namespace metaproxy_1 { virtual RoutePos *createpos() const; RouterChain & append(const filter::Base &filter); void start(); + void stop(); private: boost::scoped_ptr m_p; /// disabled because class is singleton