summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Map_Manager_T.h
diff options
context:
space:
mode:
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_;