diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-04-22 06:50:41 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-04-22 06:50:41 +0000 |
commit | d1dc4e767788350e47287e5641ddadbcc019d31e (patch) | |
tree | 9c7af27855f6d8b71c7446ec34b8cd537094b444 | |
parent | 2dae65505f98ae46d34a40ce3cc21524fe862a61 (diff) | |
download | ATCD-d1dc4e767788350e47287e5641ddadbcc019d31e.tar.gz |
ChangeLogTag: Mon Apr 22 08:51:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | ace/Timer_Queue_T.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h index cf8bfe87aa9..7a9cbc186a8 100644 --- a/ace/Timer_Queue_T.h +++ b/ace/Timer_Queue_T.h @@ -357,8 +357,10 @@ public: virtual ACE_Time_Value *calculate_timeout (ACE_Time_Value *max, ACE_Time_Value *the_timeout); - // = Set/get the timer skew for the Timer_Queue. + /// Set the timer skew for the Timer_Queue. void timer_skew (const ACE_Time_Value &skew); + + /// Get the timer skew for the Timer_Queue. const ACE_Time_Value &timer_skew (void) const; /// Synchronization variable used by the queue |