diff options
Diffstat (limited to 'ace/Hash_Map_Manager_T.h')
-rw-r--r-- | ace/Hash_Map_Manager_T.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Hash_Map_Manager_T.h b/ace/Hash_Map_Manager_T.h index 08a3b281f41..a62ea2bafaf 100644 --- a/ace/Hash_Map_Manager_T.h +++ b/ace/Hash_Map_Manager_T.h @@ -438,12 +438,13 @@ protected: /// Function object used for comparing keys. COMPARE_KEYS compare_keys_; -private: +protected: /// Returns the <ACE_Hash_Map_Entry> that corresponds to <ext_id>. int shared_find (const EXT_ID &ext_id, ACE_Hash_Map_Entry<EXT_ID, INT_ID> *&entry, u_long &loc); +private: /** * Array of <ACE_Hash_Map_Entry> *s, each of which points to an * <ACE_Hash_Map_Entry> that serves as the beginning of a linked |