summaryrefslogtreecommitdiff
path: root/ace/Timer_Heap_T.h
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-27 07:50:10 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-27 07:50:10 +0000
commit854a36c1252f5147ed17f6f90046520f4a78f137 (patch)
tree504a17114894e5e0b997cfbb021b3a77c823a4dd /ace/Timer_Heap_T.h
parent23a34b1a8cc30cd8a5f6baa3b29bc8012583d01c (diff)
downloadATCD-854a36c1252f5147ed17f6f90046520f4a78f137.tar.gz
ChangeLogTag: Tue Mar 12 09:45:45 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Timer_Heap_T.h')
-rw-r--r--ace/Timer_Heap_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Heap_T.h b/ace/Timer_Heap_T.h
index 7bf2b7c0e4f..339ef2e61c8 100644
--- a/ace/Timer_Heap_T.h
+++ b/ace/Timer_Heap_T.h
@@ -54,7 +54,7 @@ public:
virtual void next (void);
/// Returns true when there are no more nodes in the sequence
- virtual int isdone (void);
+ virtual int isdone (void) const;
/// Returns the node at the current position in the sequence
virtual ACE_Timer_Node_T<TYPE> *item (void);