summaryrefslogtreecommitdiff
path: root/ace/Timer_List_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
commit4da1a649f5d4ac7821d6b818ec3f4670f03e29dc (patch)
tree504a17114894e5e0b997cfbb021b3a77c823a4dd /ace/Timer_List_T.h
parentee369a313236dd95dab05a276621d719f37df439 (diff)
downloadATCD-4da1a649f5d4ac7821d6b818ec3f4670f03e29dc.tar.gz
ChangeLogTag: Tue Mar 12 09:45:45 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Timer_List_T.h')
-rw-r--r--ace/Timer_List_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_List_T.h b/ace/Timer_List_T.h
index 25b980db903..4514eb3b753 100644
--- a/ace/Timer_List_T.h
+++ b/ace/Timer_List_T.h
@@ -50,7 +50,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);