41 #ifdef CHECK_MEMORY_LEAKS
43 #endif // CHECK_MEMORY_LEAKS
49 using namespace traci;
73 std::vector<std::string> ids;
118 std::string warning =
"";
122 && variable !=
ADD && variable !=
REMOVE) {
129 if (variable !=
ADD && variable !=
REMOVE) {
231 const std::map<std::string, PointOfInterest*>& pois = shapeCont.
getPOIs().
getMyMap();
232 for (std::map<std::string, PointOfInterest*>::const_iterator i = pois.begin(); i != pois.end(); ++i) {