X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Frouter_chain.hpp;h=2d83729855603f6b2fc91e22a69d9e03c6ed24be;hb=e38f1b959c56b11e2e0c48bcde12cb2a05f8ea84;hp=4924aca3d75976ce55c8aeea5cc6b6ae4e1c30af;hpb=e6d572ef110d14fa55115021505b808620457bd3;p=metaproxy-moved-to-github.git diff --git a/src/router_chain.hpp b/src/router_chain.hpp index 4924aca..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 @@ -34,6 +34,8 @@ namespace metaproxy_1 { virtual ~RouterChain(); 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