diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-15 23:13:24 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-15 23:13:24 +0000 |
commit | d1960029ce73e121cb355d609f8aa5abd25ef969 (patch) | |
tree | 3c353bb577059864de8fecd90356966a1158a246 /ace/Hash_Map_Manager.h | |
parent | ab2a1dc6f163e11600869469cb1b480ad38e6745 (diff) | |
download | ATCD-d1960029ce73e121cb355d609f8aa5abd25ef969.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Hash_Map_Manager.h')
-rw-r--r-- | ace/Hash_Map_Manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Hash_Map_Manager.h b/ace/Hash_Map_Manager.h index 6904bbb1a8e..691c2e0bea1 100644 --- a/ace/Hash_Map_Manager.h +++ b/ace/Hash_Map_Manager.h @@ -223,6 +223,8 @@ private: ACE_Hash_Map_Entry<EXT_ID, INT_ID> *sentinel_; // Sentinel node that improves lookup time. + EXT_ID sentinel_ext_id_fakenull_; + // Cleanup sentinel when it is through. }; template <class EXT_ID, class INT_ID, class LOCK> |