summaryrefslogtreecommitdiff
path: root/ace/Template_Instantiations.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-01 18:23:56 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-01 18:23:56 +0000
commit3dcdc0f3034fc081c1fcfc03497b515602c65fc3 (patch)
tree3e46d65e35ccf2cb72f18f31ea5e18e084367133 /ace/Template_Instantiations.cpp
parentd2cd80fc14392485d00e2e8df06f99a9144636ee (diff)
downloadATCD-3dcdc0f3034fc081c1fcfc03497b515602c65fc3.tar.gz
ChangeLogTag:Fri Jan 1 12:22:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/Template_Instantiations.cpp')
-rw-r--r--ace/Template_Instantiations.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Template_Instantiations.cpp b/ace/Template_Instantiations.cpp
index eb19acdc688..54d458591f6 100644
--- a/ace/Template_Instantiations.cpp
+++ b/ace/Template_Instantiations.cpp
@@ -57,9 +57,13 @@ template class ACE_Guard<ACE_RW_Thread_Mutex>;
ACE_MT (template class ACE_TSS_Guard<ACE_Recursive_Thread_Mutex>);
template class ACE_Array<ACE_Mutex *>;
+template class ACE_Array_Base<ACE_Mutex *>;
template class ACE_Array<ACE_RW_Thread_Mutex *>;
+template class ACE_Array_Base<ACE_RW_Thread_Mutex *>;
template class ACE_Array<ACE_TSS_Info>;
+template class ACE_Array_Base<ACE_TSS_Info>;
template class ACE_Array<ACE_Thread_Mutex *>;
+template class ACE_Array_Base<ACE_Thread_Mutex *>;
template class ACE_Array_Iterator<ACE_TSS_Info>;
// ACE_PROCESS_MUTEX is defined in Malloc.h,