summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-15 03:31:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-15 03:31:06 +0000
commit8b852ffc1bdca3ad129ad0beeb93028fa695e590 (patch)
treef4eae324dc4b6fea3a503bf1680f88edae96cf3d /ace/Containers.h
parent2fdbd9e922334cd2b39f677daabd23812a443e6c (diff)
downloadATCD-8b852ffc1bdca3ad129ad0beeb93028fa695e590.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Containers.h')
-rw-r--r--ace/Containers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Containers.h b/ace/Containers.h
index 3d5b260ca97..bc52c503775 100644
--- a/ace/Containers.h
+++ b/ace/Containers.h
@@ -176,7 +176,8 @@ template<class T>
class ACE_Node
{
// = TITLE
- // Implementation element in a Queue.
+ // Implementation element in a Queue, Set, and Stack.
+public:
friend class ACE_Unbounded_Queue<T>;
friend class ACE_Unbounded_Queue_Iterator<T>;
friend class ACE_Unbounded_Set<T>;
@@ -184,7 +185,6 @@ class ACE_Node
friend class ACE_Unbounded_Stack<T>;
friend class ACE_Unbounded_Stack_Iterator<T>;
-public:
~ACE_Node (void);
// This isn't necessary, but it keeps the compiler happy.