diff -r 389a94a1d9eb -r f9113440b667 gui/mapstorage.h --- a/gui/mapstorage.h Tue Jun 21 15:58:57 2005 +0000 +++ b/gui/mapstorage.h Thu Jun 23 17:56:24 2005 +0000 @@ -80,6 +80,12 @@ ///To be able to iterate through each maps this function returns an iterator pointing to the first edgemap in the storage. std::map< std::string,Graph::EdgeMap * >::iterator beginOfEdgeMaps(){return edgemap_storage.begin();}; + + ///This function sets a default base value for the newly created node + void init_maps_for_node(NodeIt); + + ///This function sets a default base value for the newly created node + void init_maps_for_edge(Graph::Edge); }; #endif //MAPSTORAGE_H