Introduce filter method 'start'
[metaproxy-moved-to-github.git] / src / router_chain.hpp
index 4924aca..7cb1ff3 100644 (file)
@@ -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