summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Heap_T.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-09-20 23:03:05 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-09-20 23:03:05 +0000
commitfa26a5ba6e612be7507cbef1c8eea8a285e6a48c (patch)
treea8d530fcb924a1e8dd6905850272f9b94f5cebd5 /ACE/ace/Timer_Heap_T.h
parent7e8299364c8eab825731cb08b7d371fcc5bd7e2f (diff)
downloadATCD-fa26a5ba6e612be7507cbef1c8eea8a285e6a48c.tar.gz
ChangeLogTag:Thu Sep 20 23:58:15 Pacific Daylight Time 2007 <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/Timer_Heap_T.h')
-rw-r--r--ACE/ace/Timer_Heap_T.h4
1 files changed, 2 insertions, 2 deletions
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<TYPE> *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.