gui/map_win.cc
changeset 1586 1a8630f2e944
parent 1525 6d94de269ab1
child 1589 9192e1b26d32
     1.1 --- a/gui/map_win.cc	Mon Jul 25 10:33:03 2005 +0000
     1.2 +++ b/gui/map_win.cc	Mon Jul 25 11:17:23 2005 +0000
     1.3 @@ -248,3 +248,13 @@
     1.4  	}
     1.5      }
     1.6  }
     1.7 +
     1.8 +void MapWin::registerNewEdgeMap(std::string)
     1.9 +{
    1.10 +  std::cout << "void MapWin::registerNewEdgeMap(std::string) is not yet implemented" << std::endl;
    1.11 +}
    1.12 +
    1.13 +void MapWin::registerNewNodeMap(std::string)
    1.14 +{
    1.15 +  std::cout << "void MapWin::registerNewNodeMap(std::string) is not yet implemented" << std::endl;
    1.16 +}