X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frouter_chain.hpp;h=a395205cf9b19bdb9c305bfa4169e892b6d78ce0;hb=aff78cecdb2c7292899ae15ee8a5fd41accef2b5;hp=4b7cc0cfdf29c69d748953440f2e20e6c136a745;hpb=b0c61b7f8b17d876c88347a96c246c47493140da;p=metaproxy-moved-to-github.git diff --git a/src/router_chain.hpp b/src/router_chain.hpp index 4b7cc0c..a395205 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-2012 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 @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define ROUTER_CHAIN_HPP -#include "router.hpp" +#include #include #include @@ -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