diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-01 20:42:52 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-01 20:42:52 +0000 |
commit | b474dea89d13a7f1b59bce50786eecc0c55dc2d3 (patch) | |
tree | d76df578b9e87731fd9950184bd5a930d5c1c407 /ace/Map_Manager.h | |
parent | 285ee1117b240ae1bbec1da111114742cf50c6b1 (diff) | |
download | ATCD-b474dea89d13a7f1b59bce50786eecc0c55dc2d3.tar.gz |
Added STL-styled traits.
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r-- | ace/Map_Manager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h index 8342081290e..ea374af607d 100644 --- a/ace/Map_Manager.h +++ b/ace/Map_Manager.h @@ -84,6 +84,9 @@ public: typedef ACE_Map_Iterator<EXT_ID, INT_ID, ACE_LOCK> ITERATOR; typedef ACE_Map_Reverse_Iterator<EXT_ID, INT_ID, ACE_LOCK> REVERSE_ITERATOR; + typedef ACE_Map_Iterator<EXT_ID, INT_ID, ACE_LOCK> iterator; + typedef ACE_Map_Reverse_Iterator<EXT_ID, INT_ID, ACE_LOCK> reverse_iterator; + // = Initialization and termination methods. ACE_Map_Manager (ACE_Allocator *alloc = 0); // Initialize a <Map_Manager> with the <ACE_DEFAULT_MAP_SIZE>. |