X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frouter_chain.hpp;h=2d83729855603f6b2fc91e22a69d9e03c6ed24be;hb=58a90ea3da0cae8b9b198034736cc505e1f8273a;hp=7cb1ff3185b62a5c32ce5792f25232212205a52b;hpb=74d5524719194de5dc96abd552562fa473088677;p=metaproxy-moved-to-github.git diff --git a/src/router_chain.hpp b/src/router_chain.hpp index 7cb1ff3..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-2010 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