39 #ifdef CHECK_MEMORY_LEAKS
41 #endif // CHECK_MEMORY_LEAKS
57 std::vector<MSLane*> incoming
59 , std::vector<MSLane*>
internal
63 myIncomingLanes(incoming)
64 #ifdef HAVE_INTERNAL_LANES
65 , myInternalLanes(internal)
76 std::vector<MSLane*>::iterator i;
80 for (MSLinkCont::const_iterator j = links.begin(); j != links.end(); j++) {
81 (*j)->setRequestInformation(0, 0,
false,
false, std::vector<MSLink*>(), std::vector<MSLane*>());
84 #ifdef HAVE_INTERNAL_LANES
86 for (i = myInternalLanes.begin(); i != myInternalLanes.end(); ++i) {