diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-27 17:01:17 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-27 17:01:17 +0000 |
commit | 6d4db56297d693c8bedee3353a1733f78726bc6c (patch) | |
tree | d3c3ccb9f2ec5a55943acfb4bf814c95b5db177b /tests | |
parent | 4be75984ba825889cd6f16f952a0f44cd39688ac (diff) | |
download | ATCD-6d4db56297d693c8bedee3353a1733f78726bc6c.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Collection_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Collection_Test.cpp b/tests/Collection_Test.cpp index e11c004509a..bdbd04c5ede 100644 --- a/tests/Collection_Test.cpp +++ b/tests/Collection_Test.cpp @@ -130,11 +130,13 @@ template class ACE_Unbounded_Set<DATA>; template class ACE_Unbounded_Set_Iterator<DATA>; template class ACE_Node<DATA>; template class ACE_Array<DATA>; +template class ACE_Array_Base<DATA>; template class ACE_Array_Iterator<DATA>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate ACE_Unbounded_Set<DATA> #pragma instantiate ACE_Unbounded_Set_Iterator<DATA> #pragma instantiate ACE_Node<DATA> #pragma instantiate ACE_Array<DATA> +#pragma instantiate ACE_Array_Base<DATA> #pragma instantiate ACE_Array_Iterator<DATA> #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |