summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-22 15:28:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-22 15:28:25 +0000
commitca4116237cab43e2cf263d23026051f3b1424209 (patch)
treec19848f1b8a824904d5331882ed0f4530e578769 /ace/WFMO_Reactor.i
parent3e5ba4d2efab521548906e6ecff8567d3e80f784 (diff)
downloadATCD-ca4116237cab43e2cf263d23026051f3b1424209.tar.gz
ChangeLogTag:Sat Sep 22 08:59:24 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/WFMO_Reactor.i')
-rw-r--r--ace/WFMO_Reactor.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/WFMO_Reactor.i b/ace/WFMO_Reactor.i
index 22d35cbe1be..79da670dde1 100644
--- a/ace/WFMO_Reactor.i
+++ b/ace/WFMO_Reactor.i
@@ -451,7 +451,7 @@ ACE_WFMO_Reactor::reset_timer_interval
ACE_INLINE long
ACE_WFMO_Reactor::schedule_timer (ACE_Event_Handler *handler,
const void *arg,
- const ACE_Time_Value &delta_time,
+ const ACE_Time_Value &delay_time,
const ACE_Time_Value &interval)
{
ACE_TRACE ("ACE_WFMO_Reactor::schedule_timer");
@@ -459,7 +459,7 @@ ACE_WFMO_Reactor::schedule_timer (ACE_Event_Handler *handler,
long result = this->timer_queue_->schedule
(handler,
arg,
- timer_queue_->gettimeofday () + delta_time,
+ timer_queue_->gettimeofday () + delay_time,
interval);
// Wakeup the owner thread so that it gets the latest timer values