gui/map_win.cc
changeset 1586 1a8630f2e944
parent 1525 6d94de269ab1
child 1589 9192e1b26d32
equal deleted inserted replaced
6:8c5852776ae2 7:405c9fa4d266
   246 		}
   246 		}
   247 	    }
   247 	    }
   248 	}
   248 	}
   249     }
   249     }
   250 }
   250 }
       
   251 
       
   252 void MapWin::registerNewEdgeMap(std::string)
       
   253 {
       
   254   std::cout << "void MapWin::registerNewEdgeMap(std::string) is not yet implemented" << std::endl;
       
   255 }
       
   256 
       
   257 void MapWin::registerNewNodeMap(std::string)
       
   258 {
       
   259   std::cout << "void MapWin::registerNewNodeMap(std::string) is not yet implemented" << std::endl;
       
   260 }