summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-29 05:45:24 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-29 05:45:24 +0000
commitb952e0e7d01e9121b22a2fa93a9186669d71422c (patch)
tree5ca0baa06921e9179562ac431b94f82219655aba /ace/Containers.h
parentbd54d0d790f3d4617e1a811be180c24533207e1b (diff)
downloadATCD-b952e0e7d01e9121b22a2fa93a9186669d71422c.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Containers.h')
-rw-r--r--ace/Containers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Containers.h b/ace/Containers.h
index 8f52de2db64..cffb7258eac 100644
--- a/ace/Containers.h
+++ b/ace/Containers.h
@@ -483,7 +483,7 @@ class ACE_Unbounded_Set
// = DESCRIPTION
// This implementation of an unordered set uses a circular
// linked list with a dummy node. This implementation does not
- // allow duplicates.
+ // allow duplicates, but it maintains FIFO ordering of insertions.
{
friend class ACE_Unbounded_Set_Iterator<T>;
public: