summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/tmplinst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/tmplinst.cpp')
-rw-r--r--TAO/tests/Param_Test/tmplinst.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/Param_Test/tmplinst.cpp b/TAO/tests/Param_Test/tmplinst.cpp
index a911a0af3ee..da569288cb7 100644
--- a/TAO/tests/Param_Test/tmplinst.cpp
+++ b/TAO/tests/Param_Test/tmplinst.cpp
@@ -15,9 +15,9 @@ template class TAO_Bounded_Sequence<CORBA::Short,32>;
template class TAO_Bounded_String_Sequence<32>;
template class TAO_Unbounded_Sequence<Param_Test::Fixed_Struct>;
template class TAO_Bounded_Sequence<Param_Test::Fixed_Struct,32>;
-template class TAO_Unbounded_Object_Sequence<Coffee,Coffee_var>;
-template class TAO_Bounded_Object_Sequence<Coffee,Coffee_var,32>;
-template class TAO_Object_Manager<Coffee,Coffee_var>;
+template class TAO_Unbounded_Object_Sequence<Coffee>;
+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_Bounded_Sequence<CORBA::Long,32>
@@ -26,7 +26,7 @@ template class TAO_Object_Manager<Coffee,Coffee_var>;
#pragma instantiate TAO_Bounded_String_Sequence<32>
#pragma instantiate TAO_Unbounded_Sequence<Param_Test::Fixed_Struct>
#pragma instantiate TAO_Bounded_Sequence<Param_Test::Fixed_Struct,32>
-#pragma instantiate TAO_Unbounded_Object_Sequence<Coffee,Coffee_var>
-#pragma instantiate TAO_Bounded_Object_Sequence<Coffee,Coffee_var,32>
-#pragma instantiate TAO_Object_Manager<Coffee,Coffee_var>
+#pragma instantiate TAO_Unbounded_Object_Sequence<Coffee>
+#pragma instantiate TAO_Bounded_Object_Sequence<Coffee,32>
+#pragma instantiate TAO_Object_Manager<Coffee>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */