summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-10 15:40:26 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-10 15:40:26 +0000
commit0bc91e55ec85972973be5fafdef632b72fc79b0d (patch)
tree7b33731da6cc5f38d8caf55583a245420a3387b6
parent850bf3036ab23cbcf3b98de5fb2d89f78866ab0c (diff)
downloadATCD-0bc91e55ec85972973be5fafdef632b72fc79b0d.tar.gz
ChangeLogTag:Fri Apr 10 10:41:04 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-98c5
-rw-r--r--TAO/tests/Param_Test/tmplinst.cpp1
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 78bb856f8d0..a62ca1d94f9 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,8 @@
+Fri Apr 10 10:41:04 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * tests/Param_Test/tmplinst.cpp:
+ Added a missing template instantiation.
+
Fri Apr 10 04:38:36 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
* TAO_IDL/be/be_visitor_typedef.cpp: The changes made by me in the
diff --git a/TAO/tests/Param_Test/tmplinst.cpp b/TAO/tests/Param_Test/tmplinst.cpp
index 38c3b6f9021..494026a84ea 100644
--- a/TAO/tests/Param_Test/tmplinst.cpp
+++ b/TAO/tests/Param_Test/tmplinst.cpp
@@ -17,6 +17,7 @@ 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::Long>
#pragma instantiate TAO_Bounded_Sequence<CORBA::Long,32>
#pragma instantiate TAO_Bounded_String_Sequence<32>
#pragma instantiate TAO_Unbounded_Sequence<Param_Test::Fixed_Struct>