X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=inline;f=src%2Frouter_flexml.hpp;h=a83e1b815f217b8b346e8063cdc46260d53c32d0;hb=f7e9a24fefaa0fc07d82d4462eeb38af0f25460e;hp=0fccd8af633c89ec5c1e573da5d2cc9c673ae021;hpb=1062df724f86b66ec8c84f56e11464da5091c4af;p=metaproxy-moved-to-github.git diff --git a/src/router_flexml.hpp b/src/router_flexml.hpp index 0fccd8a..a83e1b8 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-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 @@ -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; };