X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frouter_chain.hpp;h=052ce0a9a7248518d5167ab7697f4ac17b1fbd72;hb=9a318d33c4c99ee4158d39e3a62988af0229d7cf;hp=ed5d4b1df53eae188f3269cbe6b33df92feb66e9;hpb=665559cbc22546e8df69be33a7d492294cab9fb1;p=metaproxy-moved-to-github.git diff --git a/src/router_chain.hpp b/src/router_chain.hpp index ed5d4b1..052ce0a 100644 --- a/src/router_chain.hpp +++ b/src/router_chain.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 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,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