diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-05 23:29:39 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-05 23:29:39 +0000 |
commit | b64537275f7a2f65888f3e7def08b39bf87afbdb (patch) | |
tree | dd88f510132813dda4aff0c2c1d25aa4f972589c /ace/Hash_Map_Manager.cpp | |
parent | ab11a5258bb8a032f85e01571e7fe5485b2b5144 (diff) | |
download | ATCD-b64537275f7a2f65888f3e7def08b39bf87afbdb.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Hash_Map_Manager.cpp')
-rw-r--r-- | ace/Hash_Map_Manager.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Hash_Map_Manager.cpp b/ace/Hash_Map_Manager.cpp index 247b4cca8ca..189f8ea182c 100644 --- a/ace/Hash_Map_Manager.cpp +++ b/ace/Hash_Map_Manager.cpp @@ -149,8 +149,9 @@ ACE_Hash_Map_Manager<EXT_ID, INT_ID, ACE_LOCK>::close_i (void) hold_ptr->ACE_Hash_Map_Entry<EXT_ID, INT_ID>::~ACE_Hash_Map_Entry (); this->allocator_->free (hold_ptr); } - // Now deal with the sentinal - // Explicitly call the destructor. + + // Now deal with the sentinel by explicitly calling the + // destructor. table_[i].ACE_Hash_Map_Entry<EXT_ID, INT_ID>::~ACE_Hash_Map_Entry (); } |