summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit6d4337a975f11f01dcfd9b827be431fba0280768 (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Timer_Queue_T.h
parentfaed5414aa90953190faaaacc4051b5f13d94dc1 (diff)
downloadATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Timer_Queue_T.h')
-rw-r--r--ace/Timer_Queue_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h
index 9c619b6ac9f..5e0af5c0b6f 100644
--- a/ace/Timer_Queue_T.h
+++ b/ace/Timer_Queue_T.h
@@ -278,7 +278,7 @@ public:
virtual void return_node (ACE_Timer_Node_T<TYPE> *);
// Method used to return a timer node to the queue's ownership
- // after it is returned by a method like remove_first ()
+ // after it is returned by a method like <remove_first>.
protected:
/* virtual */ void upcall (TYPE &type,