diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-06-07 22:56:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-06-07 22:56:29 +0000 |
commit | 0fdc1625adc28c6cef9c774d30e11b2eafc9fddf (patch) | |
tree | f3cab3f3ed583b118e4d194339f50782578b104e /ace/Timer_Queue_T.h | |
parent | 9c9e8a3b63b8fb2a88addedab2734588de67aede (diff) | |
download | ATCD-0fdc1625adc28c6cef9c774d30e11b2eafc9fddf.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue_T.h')
-rw-r--r-- | ace/Timer_Queue_T.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h index 83af5c84cc5..fdcb549587c 100644 --- a/ace/Timer_Queue_T.h +++ b/ace/Timer_Queue_T.h @@ -242,7 +242,8 @@ public: // Determine the next event to timeout. Returns <max> if there are // no pending timers or if all pending timers are longer than max. - virtual ACE_Time_Value *calculate_timeout (ACE_Time_Value *max, ACE_Time_Value*& the_timeout); + virtual ACE_Time_Value *calculate_timeout (ACE_Time_Value *max, + ACE_Time_Value *&the_timeout); // Determine the next event to timeout. Returns <max> if there are // no pending timers or if all pending timers are longer than max. // <the_timeout> should be a pointer to storage for the timeout value, |