Introduce filter method 'start'
[metaproxy-moved-to-github.git] / src / router_chain.hpp
index 4b7cc0c..7cb1ff3 100644 (file)
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #define ROUTER_CHAIN_HPP
 
 
-#include "router.hpp"
+#include <metaproxy/router.hpp>
 
 #include <boost/scoped_ptr.hpp>
 #include <stdexcept>
@@ -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<Rep> m_p;
         /// disabled because class is singleton