40 #ifdef CHECK_MEMORY_LEAKS
42 #endif // CHECK_MEMORY_LEAKS
83 bool wasTop = topVeh != 0 && topVeh->
getID() == id;
99 std::map<std::string, ROVehicle*>::const_iterator i;
100 const std::map<std::string, ROVehicle*> &mmap =
getMyMap();
101 for (i = mmap.begin(); i != mmap.end(); ++i) {