summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-09-22 03:12:49 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-09-22 03:12:49 +0000
commit1273cca419871e8c04554dbf4b538f69453b3955 (patch)
treec511b2e2c2227997e974327109acc2170832ac4d
parentb85cc6ecb7fe5652fa11885e92e7a74a805f6e73 (diff)
downloadATCD-1273cca419871e8c04554dbf4b538f69453b3955.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 4ac760c28b2..5234bfcac00 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,27 @@
+Tue Sep 21 22:06:10 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * tao/ORB.cpp (create_interface_tc,
+ create_enum_tc,
+ create_exception_tc):
+
+ Added missing ACE_CHECK_RETURN macros after calls to
+ ACE_NEW_THROW_EX. Use CORBA::TypeCode_ptr::_nil() instead of
+ zero.
+
+ * tao/ORB.cpp (get_service_information):
+
+ CORBA::ORB::get_service_information is unimplemented. It should
+ throw a NO_IMPLEMENT exception, not simply return 0.
+
+ * tao/ORB.cpp (create_list):
+
+ Use ACE_NEW_THROW_EX instead of raw C++ new().
+
+ * tao/ORB.cpp (create_named_value):
+
+ Changed ACE_NEW to ACE_NEW_THROW_EX since a CORBA::Environment
+ variable is passed to this method.
+
Tue Sep 21 20:23:07 1999 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/AVStreams_i.cpp: