diff -r 1dc5b49457c0 -r 9cab23d9b124 map_win.cc --- a/map_win.cc Mon Jul 25 10:33:03 2005 +0000 +++ b/map_win.cc Mon Jul 25 11:17:23 2005 +0000 @@ -248,3 +248,13 @@ } } } + +void MapWin::registerNewEdgeMap(std::string) +{ + std::cout << "void MapWin::registerNewEdgeMap(std::string) is not yet implemented" << std::endl; +} + +void MapWin::registerNewNodeMap(std::string) +{ + std::cout << "void MapWin::registerNewNodeMap(std::string) is not yet implemented" << std::endl; +}