summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_Adapters.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-18 03:54:49 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-18 03:54:49 +0000
commit18a5a24e0dc409aa8bb13ae6f9fa38e1a078ec5a (patch)
treebca1f3f56b25088b29ce5bae3787d5e33e6f9224 /ace/Timer_Queue_Adapters.h
parent94f5529f7c7d203ac3bb11ebd75491e145318e6b (diff)
downloadATCD-18a5a24e0dc409aa8bb13ae6f9fa38e1a078ec5a.tar.gz
ChangeLogTag:Fri Oct 17 22:51:46 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Timer_Queue_Adapters.h')
-rw-r--r--ace/Timer_Queue_Adapters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue_Adapters.h b/ace/Timer_Queue_Adapters.h
index 4c98d733ee1..a5d6009b386 100644
--- a/ace/Timer_Queue_Adapters.h
+++ b/ace/Timer_Queue_Adapters.h
@@ -115,7 +115,7 @@ public:
virtual void deactivate (void);
// Inform the dispatching thread that it should terminate.
- ACE_SYNCH_MUTEX &mutex (void);
+ ACE_SYNCH_MUTEX &lock (void);
// Access the locking mechanism, useful for iteration.
TQ &timer_queue (void);