summaryrefslogtreecommitdiff
path: root/ace/Proactor.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-19 18:53:54 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-19 18:53:54 +0000
commit80fff05c25275863624f9ec5c25cbe9308ee5e2f (patch)
tree782319d8bcaf12bedaf6022fe3f4df53ebea5d43 /ace/Proactor.cpp
parentb6e65c2f3209cc8a97585f54eab803e966a2307c (diff)
downloadATCD-80fff05c25275863624f9ec5c25cbe9308ee5e2f.tar.gz
ChangeLogTag:Sun Oct 19 13:49:17 1997 Carlos O'Ryan <coryan@MILONGA>
Diffstat (limited to 'ace/Proactor.cpp')
-rw-r--r--ace/Proactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp
index bbcabf1e631..3b8e9aac290 100644
--- a/ace/Proactor.cpp
+++ b/ace/Proactor.cpp
@@ -421,7 +421,7 @@ ACE_Proactor::schedule_timer (ACE_Handler &handler,
ACE_Time_Value absolute_time = this->timer_queue_->gettimeofday () + time;
// Only one guy goes in here at a time
- ACE_GUARD_RETURN (ACE_Recursive_Thread_Mutex, ace_mon, this->timer_queue_->mutex (), -1);
+ ACE_GUARD_RETURN (ACE_Recursive_Thread_Mutex, ace_mon, this->timer_queue_->lock (), -1);
// Schedule the timer
long result = this->timer_queue_->schedule (&handler,