From fa26a5ba6e612be7507cbef1c8eea8a285e6a48c Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Thu, 20 Sep 2007 23:03:05 +0000 Subject: ChangeLogTag:Thu Sep 20 23:58:15 Pacific Daylight Time 2007 --- ACE/ace/Timer_Heap_T.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ACE/ace/Timer_Heap_T.h') diff --git a/ACE/ace/Timer_Heap_T.h b/ACE/ace/Timer_Heap_T.h index 1e6642c214d..9c9d6a5bd26 100644 --- a/ACE/ace/Timer_Heap_T.h +++ b/ACE/ace/Timer_Heap_T.h @@ -55,7 +55,7 @@ public: virtual void next (void); /// Returns true when there are no more nodes in the sequence - virtual int isdone (void) const; + virtual bool isdone (void) const; /// Returns the node at the current position in the sequence virtual ACE_Timer_Node_T *item (void); @@ -125,7 +125,7 @@ public: virtual ~ACE_Timer_Heap_T (void); /// True if heap is empty, else false. - virtual int is_empty (void) const; + virtual bool is_empty (void) const; /// Returns the time of the earliest node in the Timer_Queue. /// Must be called on a non-empty queue. -- cgit v1.2.1