diff options
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. |