diff options
Diffstat (limited to 'ACE/ace/Timer_Queue_T.h')
-rw-r--r-- | ACE/ace/Timer_Queue_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Timer_Queue_T.h b/ACE/ace/Timer_Queue_T.h index f780d8a5240..69b71502eef 100644 --- a/ACE/ace/Timer_Queue_T.h +++ b/ACE/ace/Timer_Queue_T.h @@ -418,7 +418,7 @@ protected: const ACE_Time_Value &future_time, const ACE_Time_Value &interval) = 0; - /// Reschedule an "interval" <ACE_Timer_Node>. + /// Reschedule an "interval" ACE_Timer_Node. virtual void reschedule (ACE_Timer_Node_T<TYPE> *) = 0; /// Factory method that allocates a new node. |