summaryrefslogtreecommitdiff
path: root/ace/Proactor.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-16 21:11:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-16 21:11:42 +0000
commit7246bc25ef87fee64e42df48af5574eb3802e3d1 (patch)
tree124a02a122c6e1ed7706b5c19183b1cd571201e8 /ace/Proactor.cpp
parent50d02e44cdb072d2d858028ead8f1d6bfbe5aec6 (diff)
downloadATCD-7246bc25ef87fee64e42df48af5574eb3802e3d1.tar.gz
*** empty log message ***
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 f86a4a45b1d..d886e019dd7 100644
--- a/ace/Proactor.cpp
+++ b/ace/Proactor.cpp
@@ -287,7 +287,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_->lock (), -1);
+ ACE_GUARD_RETURN (ACE_Recursive_Thread_Mutex, ace_mon, this->timer_queue_->mutex (), -1);
// Schedule the timer
int result = this->timer_queue_->schedule (&handler,