summaryrefslogtreecommitdiff
path: root/ace/Containers.i
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-17 00:44:11 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-17 00:44:11 +0000
commit4e7e21f9ffe949cd36d3ded9996114bc37317b89 (patch)
treecb5d91b7aad266b5be5adf155ff8d86d004628d4 /ace/Containers.i
parent2555598aba14e8d8c09695fd7d5db3136fc9d765 (diff)
downloadATCD-4e7e21f9ffe949cd36d3ded9996114bc37317b89.tar.gz
Added comments to DLList as per Doug's request.
Diffstat (limited to 'ace/Containers.i')
-rw-r--r--ace/Containers.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Containers.i b/ace/Containers.i
index 05c55c3ed86..89a36c61bab 100644
--- a/ace/Containers.i
+++ b/ace/Containers.i
@@ -418,7 +418,7 @@ ACE_DLList::is_full (void) const
}
template <class T> ACE_INLINE void
-ACE_DLList::eset (void)
+ACE_DLList::reset (void)
{
ACE_Double_Linked_List< ACE_DLList_Node<T> >::reset ();
}