src/work/peter/hierarchygraph.h
changeset 987 87f7c54892df
parent 986 e997802b855c
     1.1 --- a/src/work/peter/hierarchygraph.h	Sat Nov 13 12:53:28 2004 +0000
     1.2 +++ b/src/work/peter/hierarchygraph.h	Sat Nov 13 17:07:10 2004 +0000
     1.3 @@ -433,8 +433,8 @@
     1.4      template < class T > class NodeMap
     1.5      {
     1.6      public:
     1.7 -      typedef T ValueType;
     1.8 -      typedef Node KeyType;
     1.9 +      typedef T Value;
    1.10 +      typedef Node Key;
    1.11  
    1.12        NodeMap (const HierarchyGraph &)
    1.13        {
    1.14 @@ -489,8 +489,8 @@
    1.15      template < class T > class EdgeMap
    1.16      {
    1.17      public:
    1.18 -      typedef T ValueType;
    1.19 -      typedef Edge KeyType;
    1.20 +      typedef T Value;
    1.21 +      typedef Edge Key;
    1.22  
    1.23        EdgeMap (const HierarchyGraph &)
    1.24        {