diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-14 12:15:47 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-14 12:15:47 +0000 |
commit | ac0bf9503496213fd5f296d6d261c2a4948f97d8 (patch) | |
tree | e29bfc6a1a72dd7d95ef3256b3c3ebc05b61aad5 | |
parent | 2ef0ea40f32062367d8735cea7cf16d436e4cc27 (diff) | |
download | ATCD-ac0bf9503496213fd5f296d6d261c2a4948f97d8.tar.gz |
removed TAO_Unbounded_Sequence<CORBA::Long> instantiation because it's now in libTAO
-rw-r--r-- | TAO/orbsvcs/tests/Concurrency/tmplinst.cpp | 3 | ||||
-rw-r--r-- | TAO/performance-tests/Cubit/TAO/MT_Cubit/tmplinst.cpp | 3 | ||||
-rw-r--r-- | TAO/tests/Cubit/TAO/IDL_Cubit/tmplinst.cpp | 3 | ||||
-rw-r--r-- | TAO/tests/Cubit/TAO/MT_Cubit/tmplinst.cpp | 3 | ||||
-rw-r--r-- | TAO/tests/Param_Test/tmplinst.cpp | 3 | ||||
-rw-r--r-- | TAO/tests/Thruput/TAO/tmplinst.cpp | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/TAO/orbsvcs/tests/Concurrency/tmplinst.cpp b/TAO/orbsvcs/tests/Concurrency/tmplinst.cpp index e8d0681532d..00d8fe722c2 100644 --- a/TAO/orbsvcs/tests/Concurrency/tmplinst.cpp +++ b/TAO/orbsvcs/tests/Concurrency/tmplinst.cpp @@ -8,8 +8,5 @@ #include "orbsvcs/orbsvcs/CosConcurrencyControlC.h" #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) -template class TAO_Unbounded_Sequence<CORBA::Long>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate TAO_Unbounded_Sequence<CORBA::Long> #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/tmplinst.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/tmplinst.cpp index dcd4f235cb4..91836d349b2 100644 --- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/tmplinst.cpp +++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/tmplinst.cpp @@ -8,8 +8,5 @@ #include "cubitC.h" #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) -template class TAO_Unbounded_Sequence<CORBA::Long>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate TAO_Unbounded_Sequence<CORBA::Long> #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/tmplinst.cpp b/TAO/tests/Cubit/TAO/IDL_Cubit/tmplinst.cpp index dcd4f235cb4..91836d349b2 100644 --- a/TAO/tests/Cubit/TAO/IDL_Cubit/tmplinst.cpp +++ b/TAO/tests/Cubit/TAO/IDL_Cubit/tmplinst.cpp @@ -8,8 +8,5 @@ #include "cubitC.h" #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) -template class TAO_Unbounded_Sequence<CORBA::Long>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate TAO_Unbounded_Sequence<CORBA::Long> #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - diff --git a/TAO/tests/Cubit/TAO/MT_Cubit/tmplinst.cpp b/TAO/tests/Cubit/TAO/MT_Cubit/tmplinst.cpp index dcd4f235cb4..91836d349b2 100644 --- a/TAO/tests/Cubit/TAO/MT_Cubit/tmplinst.cpp +++ b/TAO/tests/Cubit/TAO/MT_Cubit/tmplinst.cpp @@ -8,8 +8,5 @@ #include "cubitC.h" #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) -template class TAO_Unbounded_Sequence<CORBA::Long>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate TAO_Unbounded_Sequence<CORBA::Long> #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - diff --git a/TAO/tests/Param_Test/tmplinst.cpp b/TAO/tests/Param_Test/tmplinst.cpp index 9879fd5e5dd..03214f7c2c4 100644 --- a/TAO/tests/Param_Test/tmplinst.cpp +++ b/TAO/tests/Param_Test/tmplinst.cpp @@ -9,7 +9,6 @@ #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class TAO_Unbounded_Sequence<CORBA::Any>; -template class TAO_Unbounded_Sequence<CORBA::Long>; template class TAO_Bounded_Sequence<CORBA::Long,32>; template class TAO_Unbounded_Sequence<CORBA::Short>; template class TAO_Bounded_Sequence<CORBA::Short,32>; @@ -21,7 +20,6 @@ template class TAO_Bounded_Object_Sequence<Coffee,32>; template class TAO_Object_Manager<Coffee>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate TAO_Unbounded_Sequence<CORBA::Any> -#pragma instantiate TAO_Unbounded_Sequence<CORBA::Long> #pragma instantiate TAO_Bounded_Sequence<CORBA::Long,32> #pragma instantiate TAO_Unbounded_Sequence<CORBA::Short> #pragma instantiate TAO_Bounded_Sequence<CORBA::Short,32> @@ -32,4 +30,3 @@ template class TAO_Object_Manager<Coffee>; #pragma instantiate TAO_Bounded_Object_Sequence<Coffee,32> #pragma instantiate TAO_Object_Manager<Coffee> #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - diff --git a/TAO/tests/Thruput/TAO/tmplinst.cpp b/TAO/tests/Thruput/TAO/tmplinst.cpp index e162ad7422e..75b952f1e91 100644 --- a/TAO/tests/Thruput/TAO/tmplinst.cpp +++ b/TAO/tests/Thruput/TAO/tmplinst.cpp @@ -10,14 +10,11 @@ #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class TAO_Unbounded_Sequence<CORBA::Double>; template class TAO_Unbounded_Sequence<BinStruct>; -template class TAO_Unbounded_Sequence<CORBA::Long>; template class TAO_Unbounded_Sequence<CORBA::Char>; template class TAO_Unbounded_Sequence<CORBA::Short>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate TAO_Unbounded_Sequence<CORBA::Double> #pragma instantiate TAO_Unbounded_Sequence<BinStruct> -#pragma instantiate TAO_Unbounded_Sequence<CORBA::Long> #pragma instantiate TAO_Unbounded_Sequence<CORBA::Char> #pragma instantiate TAO_Unbounded_Sequence<CORBA::Short> #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - |