summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 03:37:37 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 03:37:37 +0000
commit0c4f49b1687d1d15ffb65e0194ad7a90bdb0c498 (patch)
tree139065713666ec1bfa867169f02fa6f603da2927
parentb525874c56a4f6624a1193f240e53e82144fd52c (diff)
downloadATCD-0c4f49b1687d1d15ffb65e0194ad7a90bdb0c498.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c46
1 files changed, 24 insertions, 22 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index e981419349e..9c529cba9f0 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,40 +1,42 @@
Tue May 25 17:00:08 1999 Balachandran Natarajan <bala@cs.wustl.edu>
- * examples/Callback_Quoter/Supplier_i.cpp (via_naming_service):
- * examples/Callback_Quoter/Consumer_Handler.cpp
- * examples/Callback_Quoter/Consumer_Input_Handler.cpp
- * examples/Callback_Quoter/Consumer_Signal_Handler.cpp
- * examples/Callback_Quoter/Notifier_Input_Handler.cpp
- * examples/Callback_Quoter/Notifier_i.cpp
- * examples/Callback_Quoter/Supplier_i.cpp
- * examples/Callback_Quoter/notifier.cpp : Removed some
- ACE_TRY_NEW_ENV's and cleaned up the way exception handling is
- being done.
-
+ * examples/Callback_Quoter/Supplier_i.cpp (via_naming_service):
+ * examples/Callback_Quoter/Consumer_Handler.cpp
+ * examples/Callback_Quoter/Consumer_Input_Handler.cpp
+ * examples/Callback_Quoter/Consumer_Signal_Handler.cpp
+ * examples/Callback_Quoter/Notifier_Input_Handler.cpp
+ * examples/Callback_Quoter/Notifier_i.cpp
+ * examples/Callback_Quoter/Supplier_i.cpp
+ * examples/Callback_Quoter/notifier.cpp : Removed some
+ ACE_TRY_NEW_ENV's and cleaned up the way exception handling is
+ being done.
Tue May 25 16:24:23 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * tao/ORB_Core.cpp (set_endpoint): Seveal "reason" strings for
- "%p" directive were missing. Thanks to Christopher Kohlhoff
- <chris@kohlhoff.com> for pointing this out.
+ * tao/ORB_Core.cpp (set_endpoint): Seveal "reason" strings for
+ "%p" directive were missing. Thanks to Christopher Kohlhoff
+ <chris@kohlhoff.com> for pointing this out.
Tue May 25 12:54:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tao/Messaging_Policy_i.h:
- Fixed syntax error only IRIX catched this one.
+ * tao/Messaging_Policy_i.h:
+ Fixed syntax error only IRIX catched this one.
- * tao/ORB.h:
- The throw specs need complete types in IRIX/MIPSPro, added
- include for PolicyC.h
+ * tao/ORB.h:
+ The throw specs need complete types in IRIX/MIPSPro, added
+ include for PolicyC.h
- * tao/ORB.cpp:
- Fixed problems in resolve_initial_references.
+ * tao/ORB.cpp:
+ Fixed problems in resolve_initial_references.
Tue May 25 12:39:27 1999 David L. Levine <levine@cs.wustl.edu>
* tao/Environment.cpp,Exception.{h,cpp},Invocation.cpp,corbafwd.h:
added support for passing location and errno through minor status
- of SystemExceptions.
+ of CORBA_SystemExceptions.
+
+ * docs/releasenotes/orbcore.html: added mention of support
+ for CORBA_SystemException minor status.
Tue May 25 12:17:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu>