summaryrefslogtreecommitdiff
path: root/ace/Timer_Hash_T.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-18 04:35:59 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-18 04:35:59 +0000
commit23205434801ff9096098135bc7ddfee3976adb01 (patch)
tree612ee7082f00a66b9cb4bdae507add9b992ede2a /ace/Timer_Hash_T.cpp
parent18a5a24e0dc409aa8bb13ae6f9fa38e1a078ec5a (diff)
downloadATCD-23205434801ff9096098135bc7ddfee3976adb01.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Hash_T.cpp')
-rw-r--r--ace/Timer_Hash_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Hash_T.cpp b/ace/Timer_Hash_T.cpp
index 8dad7f95ae5..73eb485df27 100644
--- a/ace/Timer_Hash_T.cpp
+++ b/ace/Timer_Hash_T.cpp
@@ -242,7 +242,7 @@ template <class TYPE, class FUNCTOR, class ACE_LOCK, class BUCKET>
ACE_Timer_Hash_T<TYPE, FUNCTOR, ACE_LOCK, BUCKET>::~ACE_Timer_Hash_T (void)
{
ACE_TRACE ("ACE_Timer_Hash_T::~ACE_Timer_Hash_T");
- ACE_MT (ACE_GUARD (ACE_LOCK, ace_mon, this->mutex_));
+ ACE_MT (ACE_GUARD (ACE_LOCK, ace_mon, this->lock_));
delete iterator_;