summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_Adapters.h
diff options
context:
space:
mode:
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