summaryrefslogtreecommitdiff
path: root/ace/Timer_List_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-02 14:17:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-02 14:17:48 +0000
commit420c27f0783cf882d5954904b557cccb8ea264e3 (patch)
tree73888e25a4c44f615b38b79e70f15688d9069e27 /ace/Timer_List_T.h
parentddda75e77fb9086503046aff030932a32be9865a (diff)
downloadATCD-420c27f0783cf882d5954904b557cccb8ea264e3.tar.gz
ChangeLogTag:Fri Jun 1 13:04:31 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Timer_List_T.h')
-rw-r--r--ace/Timer_List_T.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Timer_List_T.h b/ace/Timer_List_T.h
index 4514eb3b753..0a5c19bb81d 100644
--- a/ace/Timer_List_T.h
+++ b/ace/Timer_List_T.h
@@ -109,6 +109,7 @@ public:
virtual int is_empty (void) const;
/// Returns the time of the earlier node in the <ACE_Timer_List>.
+ /// Must be called on a non-empty queue.
virtual const ACE_Time_Value &earliest_time (void) const;
/**