summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-12 12:57:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-12 12:57:50 +0000
commit55222980b437af442313ef5fb59203849df85cd6 (patch)
tree17e2856a8f0e14d05dac6d006bbc38ce4be584da
parent35b5c9d8864713f63316ac4bd1005f0f9287b698 (diff)
downloadATCD-55222980b437af442313ef5fb59203849df85cd6.tar.gz
ChangeLogTag: Fri Apr 12 14:58:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ace/Timer_Heap_T.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/ace/Timer_Heap_T.h b/ace/Timer_Heap_T.h
index 0b6833d9976..60f64211df2 100644
--- a/ace/Timer_Heap_T.h
+++ b/ace/Timer_Heap_T.h
@@ -182,12 +182,14 @@ public:
/// Returns a pointer to this <ACE_Timer_Queue>'s iterator.
virtual ACE_Timer_Queue_Iterator_T<TYPE, FUNCTOR, ACE_LOCK> &iter (void);
- /// Removes the earliest node from the queue and returns it. Note that
- /// the timer is removed from the heap, but is not freed, and its ID
- /// is not reclaimed. The caller is responsible for calling either
- /// @c reschedule or @c free_node after this function returns. Thus,
- /// this function is for support of @c ACE_Timer_Queue::expire and
- /// should not be used unadvisedly in other conditions.
+ /**
+ * Removes the earliest node from the queue and returns it. Note that
+ * the timer is removed from the heap, but is not freed, and its ID
+ * is not reclaimed. The caller is responsible for calling either
+ * @c reschedule or @c free_node after this function returns. Thus,
+ * this function is for support of @c ACE_Timer_Queue::expire and
+ * should not be used unadvisedly in other conditions.
+ */
ACE_Timer_Node_T <TYPE> *remove_first (void);
/// Dump the state of an object.