mapstorage.h
branchgui
changeset 30 f70bbee5350a
parent 29 8db44e105187
child 31 66e85f44a66f
     1.1 --- a/mapstorage.h	Wed Jun 29 12:52:20 2005 +0000
     1.2 +++ b/mapstorage.h	Wed Jun 29 15:41:33 2005 +0000
     1.3 @@ -82,10 +82,10 @@
     1.4    std::map< std::string,Graph::EdgeMap<double> * >::iterator beginOfEdgeMaps(){return edgemap_storage.begin();};
     1.5  
     1.6    ///This function sets a default base value for the newly created node
     1.7 -  void init_maps_for_node(NodeIt);
     1.8 +  void initMapsForNode(NodeIt);
     1.9  
    1.10    ///This function sets a default base value for the newly created node
    1.11 -  void init_maps_for_edge(Graph::Edge);
    1.12 +  void initMapsForEdge(Graph::Edge);
    1.13  };
    1.14  
    1.15  #endif //MAPSTORAGE_H