Introduce filter method 'start'
[metaproxy-moved-to-github.git] / src / router_flexml.hpp
index 0fccd8a..2f208bd 100644 (file)
@@ -38,11 +38,12 @@ namespace metaproxy_1
         RouterFleXML(std::string xmlconf, metaproxy_1::FactoryFilter &factory,
             bool test_only);
         RouterFleXML(xmlDocPtr doc, metaproxy_1::FactoryFilter &factory,
-            bool test_only);
+                     bool test_only, const char *file_include_path);
         
         ~RouterFleXML();
 
         virtual RoutePos *createpos() const;
+        void start();
     private:
         boost::scoped_ptr<Rep> m_p;
     };