X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Frouter_flexml.hpp;h=8160de7d65eb9abed8d0294206105bd8770c0737;hb=c1d953eee6c00432493bc364da6284704ccd9cc2;hp=0fccd8af633c89ec5c1e573da5d2cc9c673ae021;hpb=1062df724f86b66ec8c84f56e11464da5091c4af;p=metaproxy-moved-to-github.git diff --git a/src/router_flexml.hpp b/src/router_flexml.hpp index 0fccd8a..8160de7 100644 --- a/src/router_flexml.hpp +++ b/src/router_flexml.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2010 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 @@ -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 m_p; };