summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Map_Manager_T.h
diff options
context:
space:
mode:
authorhillj <hillj@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-01-07 16:32:59 +0000
committerhillj <hillj@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-01-07 16:32:59 +0000
commit883106c8935241392bcfa6ca97f737cdc3780298 (patch)
tree299a2e4b1b84de4183684577f04dd6e6af789a6f /ACE/ace/Hash_Map_Manager_T.h
parentd8d056c3812c21402569d116d1f7ae3e87f19307 (diff)
downloadATCD-883106c8935241392bcfa6ca97f737cdc3780298.tar.gz
Wed Jan 7 16:31:25 UTC 2009 James H. Hill <hillj@isis.vanderbilt.edu>
Diffstat (limited to 'ACE/ace/Hash_Map_Manager_T.h')
-rw-r--r--ACE/ace/Hash_Map_Manager_T.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE/ace/Hash_Map_Manager_T.h b/ACE/ace/Hash_Map_Manager_T.h
index 8c9c427ddd2..b4982dcffd4 100644
--- a/ACE/ace/Hash_Map_Manager_T.h
+++ b/ACE/ace/Hash_Map_Manager_T.h
@@ -53,9 +53,15 @@ public:
/// Key accessor.
EXT_ID& key (void);
+ /// Read-only key accessor.
+ const EXT_ID& key (void) const;
+
/// Item accessor.
INT_ID& item (void);
+ /// Read-only item accessor.
+ const INT_ID& item (void) const;
+
/// Key used to look up an entry.
/// @deprecated Use key()
EXT_ID ext_id_;