branch | gui |
changeset 39 | 959c499e3b65 |
parent 31 | 66e85f44a66f |
child 40 | cebacea4f965 |
6:60bb42ef3154 | 7:2cb8a957e8bd |
---|---|
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 } |