summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-24 15:22:48 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-24 15:22:48 +0000
commit474f6ad1f2494a827183ba2ed4e20d334e09a00d (patch)
tree1cac78b1d4425d7c52558bb482636b7769463d1e
parent31130f25f6b99f86965afd6b90254816fecc8e4f (diff)
downloadATCD-474f6ad1f2494a827183ba2ed4e20d334e09a00d.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c122
1 files changed, 64 insertions, 58 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index b49f3b4c178..8f55bad9768 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,21 +1,27 @@
+Thu Dec 24 09:22:02 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Makefile: only build sfp with Sun CC
+ for now. On some other platforms, the generated code
+ from sfp.idl doesn't compile.
+
Wed Dec 23 23:55:25 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
-
- * examples/POA/On_Demand_Loading/Servant_Manager.{h,cpp}:
- New addition to the repository. These are the helper files
- containing the common code between the ServantActivator and the
- ServantLocator.
-
- * examples/POA/On_Demand_Loading/Servant_Activator.{h,cpp}:
- * examples/POA/On_Demand_Loading/Servant_Locator.{h,cpp}:
- Removed the superflous methods and added an object of
- ServantManager which provides the helper methods.
-
- * examples/POA/On_Demand_Loading/Makefile:
- It now contains a Servant_Manager entry.
+
+ * examples/POA/On_Demand_Loading/Servant_Manager.{h,cpp}:
+ New addition to the repository. These are the helper files
+ containing the common code between the ServantActivator and the
+ ServantLocator.
+
+ * examples/POA/On_Demand_Loading/Servant_Activator.{h,cpp}:
+ * examples/POA/On_Demand_Loading/Servant_Locator.{h,cpp}:
+ Removed the superflous methods and added an object of
+ ServantManager which provides the helper methods.
+
+ * examples/POA/On_Demand_Loading/Makefile:
+ It now contains a Servant_Manager entry.
Wed Dec 23 15:16:00 CST 1998 Chris Gill <cdgill@cs.wustl.edu>
- * TAO/docs/events_tutorial.html: added tutorial on event channel.
+ * TAO/docs/events_tutorial.html: added tutorial on event channel.
Thanks to Carlos O'Ryan for ongoing help maintaining this, and to
Tim Harrison for providing the original version.
@@ -27,73 +33,73 @@ Wed Dec 23 15:16:00 CST 1998 Chris Gill <cdgill@cs.wustl.edu>
Wed Dec 23 14:44:04 EST 1998 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
- * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp:
- TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp:
+ TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp:
+
+ Due to a bug in g++2.7.2.3 we were getting lots of link time
+ undefined symbol errors. This happened for sequences of objects
+ and interfaces for those platforms that do not support template
+ specializations or require explicit template
+ instantiations. Thanks to the efforts of David Levine, we were
+ able to pinpoint precisely where the problem occured. This was
+ fixed by moving the generated class declaration of the object
+ manager after the generated class declaration of the sequence.
- Due to a bug in g++2.7.2.3 we were getting lots of link time
- undefined symbol errors. This happened for sequences of objects
- and interfaces for those platforms that do not support template
- specializations or require explicit template
- instantiations. Thanks to the efforts of David Levine, we were
- able to pinpoint precisely where the problem occured. This was
- fixed by moving the generated class declaration of the object
- manager after the generated class declaration of the sequence.
+ * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
- * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
+ In the generated code for _non_existent_skel, the
+ _tao_obj_reference parameter was unused. We were getting
+ warnings for this case.
- In the generated code for _non_existent_skel, the
- _tao_obj_reference parameter was unused. We were getting
- warnings for this case.
+ * tao/Sequence.h:
- * tao/Sequence.h:
+ A number of classes had their destructors protected. They are
+ now moved to the public section.
- A number of classes had their destructors protected. They are
- now moved to the public section.
-
Wed Dec 23 12:30:25 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * tao/try_macros.h (TAO_RETHROW_RETURN_VOID): This macro was not
- defined for platforms without native c++ exceptions.
+ * tao/try_macros.h (TAO_RETHROW_RETURN_VOID): This macro was not
+ defined for platforms without native c++ exceptions.
- * tests/Param_Test/except.cpp (dii_req_invoke): Changed to use
- TAO_RETHROW_SAME_ENV_RETURN_VOID. We are not throwing the
- exception to another env here.
+ * tests/Param_Test/except.cpp (dii_req_invoke): Changed to use
+ TAO_RETHROW_SAME_ENV_RETURN_VOID. We are not throwing the
+ exception to another env here.
Wed Dec 23 11:07:46 EST 1998 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
- * TAO_IDL/be/be_type.cpp (nested_type_name):
+ * TAO_IDL/be/be_type.cpp (nested_type_name):
- We had forgotten to insert a "::" in the computation of the
- nested type name. Thanks to Christian von Mueffling (cvm@aiss.de)
- for sending the bug report.
+ We had forgotten to insert a "::" in the computation of the
+ nested type name. Thanks to Christian von Mueffling (cvm@aiss.de)
+ for sending the bug report.
Wed Dec 23 03:41:07 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * tests/Param_Test/*.{h,cpp} (dii_req_invoke): Added a new mehtod
- for all test classes. All of them but Test_Exception simply
- invoke the passed-in DII request. But for Test_Exception, we
- need to catch the exceptions from the server and check if the
- exceptions are what we are waiting for.
+ * tests/Param_Test/*.{h,cpp} (dii_req_invoke): Added a new mehtod
+ for all test classes. All of them but Test_Exception simply
+ invoke the passed-in DII request. But for Test_Exception, we
+ need to catch the exceptions from the server and check if the
+ exceptions are what we are waiting for.
- * tests/Param_Test/objref.cpp (init_parameters): Although
- <out_courier_> and <ret_courier_> are pointers to return values,
- they still need to be initialized to nil object reference.
- Otherwise, any can't encode it.
+ * tests/Param_Test/objref.cpp (init_parameters): Although
+ <out_courier_> and <ret_courier_> are pointers to return values,
+ they still need to be initialized to nil object reference.
+ Otherwise, any can't encode it.
Tue Dec 23 02:07:14 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
- * examples/POA/Explicit_Activation/Makefile:
- * examples/POA/On_Demand_Activation/Makefile:
- * examples/POA/On_Demand_Loading/Makefile:
+ * examples/POA/Explicit_Activation/Makefile:
+ * examples/POA/On_Demand_Activation/Makefile:
+ * examples/POA/On_Demand_Loading/Makefile:
- Removed dependency on libserver.a from all the above Makefiles.
+ Removed dependency on libserver.a from all the above Makefiles.
Tue Dec 22 13:43:35 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * TAO_IDL/be/be_visitor_array/array_ch.cpp (visit_array): We
- should use TAO_NAMESPACE_STORAGE_CLASS to decorate the array
- memory management functions only when the array is directly
- within a module. Otherwise, "static" should always be used.
+ * TAO_IDL/be/be_visitor_array/array_ch.cpp (visit_array): We
+ should use TAO_NAMESPACE_STORAGE_CLASS to decorate the array
+ memory management functions only when the array is directly
+ within a module. Otherwise, "static" should always be used.
Tue Dec 22 09:13:06 1998 David L. Levine <levine@cs.wustl.edu>