src/hugo/full_graph.h
changeset 822 88226d9fe821
parent 813 65144c52969c
child 880 9d0bfd35b97c
     1.1 --- a/src/hugo/full_graph.h	Wed Sep 08 11:58:06 2004 +0000
     1.2 +++ b/src/hugo/full_graph.h	Wed Sep 08 12:06:45 2004 +0000
     1.3 @@ -13,7 +13,9 @@
     1.4  #include <hugo/invalid.h>
     1.5  
     1.6  #include <hugo/map_registry.h>
     1.7 -#include <hugo/default_map_factory.h>
     1.8 +#include <hugo/default_map.h>
     1.9 +
    1.10 +#include <hugo/map_defines.h>
    1.11  
    1.12  namespace hugo {
    1.13  
    1.14 @@ -47,8 +49,11 @@
    1.15      class OutEdgeIt;
    1.16      class InEdgeIt;
    1.17      
    1.18 +
    1.19 +    /// Creating map registries.
    1.20      CREATE_MAP_REGISTRIES;
    1.21 -    CREATE_MAPS(DefaultMapFactory);
    1.22 +    /// Creating node and edge maps.
    1.23 +    CREATE_MAPS(DefaultMap);
    1.24      
    1.25    public:
    1.26