summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-08 00:13:11 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-08 00:13:11 +0000
commit831fe716187001a34ebf40d3897e78aff302e38b (patch)
treeaee4da205570a4b42979b584719656b005f4eefe /ace/Containers.h
parent685bc545c55ba43f2a484d584bb9a1f6c0353aa9 (diff)
downloadATCD-831fe716187001a34ebf40d3897e78aff302e38b.tar.gz
.
Diffstat (limited to 'ace/Containers.h')
-rw-r--r--ace/Containers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Containers.h b/ace/Containers.h
index 73d73c54b8f..7423348cbcb 100644
--- a/ace/Containers.h
+++ b/ace/Containers.h
@@ -34,11 +34,10 @@ class ACE_Export ACE_DLList_Node
// = TITLE
// Base implementation of element in a DL list. Needed for
// ACE_Double_Linked_List.
-
+public:
friend class ACE_Double_Linked_List<ACE_DLList_Node>;
friend class ACE_Double_Linked_List_Iterator<ACE_DLList_Node>;
-public:
ACE_DLList_Node (void *&i,
ACE_DLList_Node *n = 0,
ACE_DLList_Node *p = 0);