map_win.cc
branchgui
changeset 38 9cab23d9b124
parent 31 66e85f44a66f
child 40 cebacea4f965
     1.1 --- a/map_win.cc	Mon Jul 25 10:33:03 2005 +0000
     1.2 +++ b/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 +}