COIN-OR::LEMON - Graph Library

Changeset 38:9cab23d9b124 in glemon-0.x for map_win.cc


Ignore:
Timestamp:
07/25/05 13:17:23 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2089
Message:

Continuing adding new maps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • map_win.cc

    r31 r38  
    249249    }
    250250}
     251
     252void MapWin::registerNewEdgeMap(std::string)
     253{
     254  std::cout << "void MapWin::registerNewEdgeMap(std::string) is not yet implemented" << std::endl;
     255}
     256
     257void MapWin::registerNewNodeMap(std::string)
     258{
     259  std::cout << "void MapWin::registerNewNodeMap(std::string) is not yet implemented" << std::endl;
     260}
Note: See TracChangeset for help on using the changeset viewer.