summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Queue_T.h
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-02-25 22:10:39 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-02-25 22:10:39 +0000
commit5975f972c39f9f32a4adf184d00a7a85d820f8df (patch)
tree874756808d2d189440bb18af43a9bd9987cc194d /ACE/ace/Timer_Queue_T.h
parent52010d19b71b69212e86691d567d8803f3cb6a29 (diff)
downloadATCD-5975f972c39f9f32a4adf184d00a7a85d820f8df.tar.gz
ChangeLogTag: Thu Feb 25 22:07:25 UTC 2010 Chris Cleeland <cleeland@ociweb.com>\nBug 3104
Diffstat (limited to 'ACE/ace/Timer_Queue_T.h')
-rw-r--r--ACE/ace/Timer_Queue_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/Timer_Queue_T.h b/ACE/ace/Timer_Queue_T.h
index 8aef637579e..4ed6fd4a30f 100644
--- a/ACE/ace/Timer_Queue_T.h
+++ b/ACE/ace/Timer_Queue_T.h
@@ -431,6 +431,10 @@ protected:
virtual int dispatch_info_i (const ACE_Time_Value &current_time,
ACE_Timer_Node_Dispatch_Info_T<TYPE> &info);
+ /// Recompute when the next time is that this interval timer should fire.
+ void recompute_next_abs_interval_time (ACE_Timer_Node_T<TYPE>* expired,
+ const ACE_Time_Value &cur_time);
+
/// Synchronization variable for ACE_Timer_Queue.
/// @note The right name would be lock_, but HP/C++ will choke on that!
ACE_LOCK mutex_;