summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_T.h
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/Timer_Queue_T.h
parent50d02e44cdb072d2d858028ead8f1d6bfbe5aec6 (diff)
downloadATCD-7246bc25ef87fee64e42df48af5574eb3802e3d1.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue_T.h')
-rw-r--r--ace/Timer_Queue_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h
index 7c396a624fc..538dd267c45 100644
--- a/ace/Timer_Queue_T.h
+++ b/ace/Timer_Queue_T.h
@@ -226,7 +226,7 @@ public:
void timer_skew (const ACE_Time_Value &skew);
const ACE_Time_Value &timer_skew (void) const;
- LOCK &lock (void);
+ LOCK &mutex (void);
// Synchronization variable used by the queue
FUNCTOR &upcall_functor (void);
@@ -258,7 +258,7 @@ protected:
virtual void free_node (ACE_Timer_Node_T<TYPE, FUNCTOR, LOCK> *) = 0;
// Factory method that frees a previously allocated node.
- LOCK lock_;
+ LOCK mutex_;
// Synchronization variable for <ACE_Timer_Queue>.
ACE_Time_Value (*gettimeofday_)(void);