summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread_Manager.h')
-rw-r--r--ace/Thread_Manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Thread_Manager.h b/ace/Thread_Manager.h
index 105a52e0c72..cfe72b4122d 100644
--- a/ace/Thread_Manager.h
+++ b/ace/Thread_Manager.h
@@ -156,8 +156,10 @@ class ACE_Thread_Descriptor_Base : public ACE_OS_Thread_Descriptor
friend class ACE_Thread_Manager;
friend class ACE_Double_Linked_List<ACE_Thread_Descriptor_Base>;
+ friend class ACE_Double_Linked_List_Iterator_Base<ACE_Thread_Descriptor_Base>;
friend class ACE_Double_Linked_List_Iterator<ACE_Thread_Descriptor_Base>;
friend class ACE_Double_Linked_List<ACE_Thread_Descriptor>;
+ friend class ACE_Double_Linked_List_Iterator_Base<ACE_Thread_Descriptor>;
friend class ACE_Double_Linked_List_Iterator<ACE_Thread_Descriptor>;
public:
ACE_Thread_Descriptor_Base (void);