X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Frouter_chain.hpp;h=153175a9cd9185a8b114116ad71982ac64fa1904;hb=298c3c20d481cfce45efa87c69dacdd34861cf05;hp=cdd48b3eb3d2c964d4eae27690dfa5ba8b80c8b4;hpb=d0123337d70b0fb97b578cc57467bb94980f1014;p=metaproxy-moved-to-github.git diff --git a/src/router_chain.hpp b/src/router_chain.hpp index cdd48b3..153175a 100644 --- a/src/router_chain.hpp +++ b/src/router_chain.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2011 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,7 @@ namespace metaproxy_1 { virtual ~RouterChain(); virtual RoutePos *createpos() const; RouterChain & append(const filter::Base &filter); + void start(); private: boost::scoped_ptr m_p; /// disabled because class is singleton