summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_Adapters.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-11 12:24:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-11 12:24:30 +0000
commit85471e4016195e08fb45d199fd3da23053cec66a (patch)
treeacc085dd1262bb6c9675cb85462574b52686825c /ace/Timer_Queue_Adapters.h
parent2c7b8a0cdcd8dcb1da7ba972e3392498dec0a2ec (diff)
downloadATCD-85471e4016195e08fb45d199fd3da23053cec66a.tar.gz
ChangeLogTag: Thu Apr 11 14:24:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Timer_Queue_Adapters.h')
-rw-r--r--ace/Timer_Queue_Adapters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Queue_Adapters.h b/ace/Timer_Queue_Adapters.h
index 7920df9ec61..d5272731a07 100644
--- a/ace/Timer_Queue_Adapters.h
+++ b/ace/Timer_Queue_Adapters.h
@@ -54,7 +54,7 @@ public:
*/
long schedule (ACE_Event_Handler *type,
const void *act,
- const ACE_Time_Value &delay,
+ const ACE_Time_Value &future_time,
const ACE_Time_Value &interval = ACE_Time_Value::zero);
/// Cancel the <timer_id> and pass back the <act> if an address is
@@ -124,7 +124,7 @@ public:
/// up the dispatching thread.
long schedule (ACE_Event_Handler *handler,
const void *act,
- const ACE_Time_Value &delay,
+ const ACE_Time_Value &future_time,
const ACE_Time_Value &interval = ACE_Time_Value::zero);
/// Cancel the <timer_id> and return the <act> parameter if an