X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frouter_flexml.cpp;h=59021e816ed59b68df6753cef39d9e6963f3a384;hb=74d5524719194de5dc96abd552562fa473088677;hp=759ef06e4380c47e8d089c0137264cce226a01c3;hpb=31977dc8d6996d2de009d62739ee5f688ba77504;p=metaproxy-moved-to-github.git diff --git a/src/router_flexml.cpp b/src/router_flexml.cpp index 759ef06..59021e8 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -395,6 +395,23 @@ mp::RouterFleXML::Pos::~Pos() } +void mp::RouterFleXML::start() +{ + std::map::iterator route_it; + + route_it = m_p->m_routes.begin(); + while (route_it != m_p->m_routes.end()) + { + RouterFleXML::Route route = route_it->second; + + std::list >::iterator it; + + for (it = route.m_list.begin(); it != route.m_list.end(); it++) + (*it)->start(); + route_it++; + } +} + /* * Local variables: * c-basic-offset: 4