summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_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_Queue_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_Queue_T.h')
-rw-r--r--ace/Timer_Queue_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h
index 6875d0a5a3e..6ffb2ffbab1 100644
--- a/ace/Timer_Queue_T.h
+++ b/ace/Timer_Queue_T.h
@@ -1,6 +1,5 @@
/* -*- C++ -*- */
-
//=============================================================================
/**
* @file Timer_Queue_T.h
@@ -196,7 +195,8 @@ public:
/// True if queue is empty, else false.
virtual int is_empty (void) const = 0;
- /// Returns the time of the earlier node in the Timer_Queue.
+ /// Returns the time of the earlier node in the Timer_Queue. Must
+ /// be called on a non-empty queue.
virtual const ACE_Time_Value &earliest_time (void) const = 0;
/**