summaryrefslogtreecommitdiff
path: root/ace/Timer_List_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-27 11:17:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-27 11:17:56 +0000
commit3dc4edf1dc4e0990212d605d325ce8665da2de8a (patch)
treebb8181b8b78c1e8da9b208a8ef67ecdc8c041aba /ace/Timer_List_T.h
parent6f8e7a092f51b96220cccdf5121ae1abf9eacbe2 (diff)
downloadATCD-3dc4edf1dc4e0990212d605d325ce8665da2de8a.tar.gz
ChangeLogTag: Thu Apr 27 11:17:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Timer_List_T.h')
-rw-r--r--ace/Timer_List_T.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Timer_List_T.h b/ace/Timer_List_T.h
index 3b85b985801..763ef9c905c 100644
--- a/ace/Timer_List_T.h
+++ b/ace/Timer_List_T.h
@@ -75,11 +75,11 @@ protected:
* expiring timers is O(K) (where K is the total number of timers
* that are < the current time of day).
* More clever implementations could use a delta-list, a heap,
- * or timing wheels, etc. For instance, <ACE_Timer_Heap>
- * is a subclass of <ACE_Timer_List> that implements a
+ * or timing wheels, etc. For instance, ACE_Timer_Heap
+ * is a subclass of ACE_Timer_List that implements a
* heap-based callout queue. For most applications, the
- * <ACE_Timer_Heap> will perform substantially faster than the
- * <ACE_Timer_List>.
+ * ACE_Timer_Heap will perform substantially faster than the
+ * ACE_Timer_List.
*/
template <class TYPE, class FUNCTOR, class ACE_LOCK>
class ACE_Timer_List_T : public ACE_Timer_Queue_T<TYPE, FUNCTOR, ACE_LOCK>