diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-03-31 08:06:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-03-31 08:06:06 +0000 |
commit | b429b50b98da263df467d7ca55fe97ae8fc17b2c (patch) | |
tree | 9d5190b53a0e5b7fc721b119d9c9a81626af6cc5 /ace/Timer_Queue_Adapters.h | |
parent | 5fbeaa2ca58514dd17f347604862e4dc5c7906ec (diff) | |
download | ATCD-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.h | 4 |
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. |