summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_Adapters.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-03-31 08:06:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-03-31 08:06:06 +0000
commitb429b50b98da263df467d7ca55fe97ae8fc17b2c (patch)
tree9d5190b53a0e5b7fc721b119d9c9a81626af6cc5 /ace/Timer_Queue_Adapters.h
parent5fbeaa2ca58514dd17f347604862e4dc5c7906ec (diff)
downloadATCD-b429b50b98da263df467d7ca55fe97ae8fc17b2c.tar.gz
ChangeLogTag: Wed Mar 31 09:05:32 UTC 2004 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 39899a5c096..1caead77c9d 100644
--- a/ace/Timer_Queue_Adapters.h
+++ b/ace/Timer_Queue_Adapters.h
@@ -56,7 +56,7 @@ public:
long schedule (ACE_Event_Handler *type,
const void *act,
const ACE_Time_Value &future_time,
- const ACE_Time_Value &interval = ACE_Time_Value::zero_time_value());
+ const ACE_Time_Value &interval = ACE_Time_Value::zero);
/// Cancel the @a timer_id and pass back the @a act if an address is
/// passed in.
@@ -131,7 +131,7 @@ public:
long schedule (ACE_Event_Handler *handler,
const void *act,
const ACE_Time_Value &future_time,
- const ACE_Time_Value &interval = ACE_Time_Value::zero_time_value());
+ const ACE_Time_Value &interval = ACE_Time_Value::zero);
/// Cancel the <timer_id> and return the <act> parameter if an
/// address is passed in. Also wakes up the dispatching thread.