diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-06-02 14:17:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-06-02 14:17:48 +0000 |
commit | 5e421b0771632bab1b7503e064a5b22f144f2ecc (patch) | |
tree | 73888e25a4c44f615b38b79e70f15688d9069e27 /ace/Timer_Heap_T.h | |
parent | 8310fe86ef5e185093b1b13ef6d847114c07ddea (diff) | |
download | ATCD-5e421b0771632bab1b7503e064a5b22f144f2ecc.tar.gz |
ChangeLogTag:Fri Jun 1 13:04:31 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Timer_Heap_T.h')
-rw-r--r-- | ace/Timer_Heap_T.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Timer_Heap_T.h b/ace/Timer_Heap_T.h index 5329accd376..aa96a1b6e9a 100644 --- a/ace/Timer_Heap_T.h +++ b/ace/Timer_Heap_T.h @@ -125,6 +125,7 @@ public: virtual int is_empty (void) const; /// Returns the time of the earliest node in the Timer_Queue. + /// Must be called on a non-empty queue. virtual const ACE_Time_Value &earliest_time (void) const; /** |