summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-01-07 21:28:35 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-01-07 21:28:35 +0000
commit58fdcfb164e5f462e456d1263d64a222e3d012d2 (patch)
treef7307be0724e1f33cc0b68cf4606cfd1a86af5f7
parente4ed5cc2a6336e0a612ff35c81832e4670586ef7 (diff)
downloadATCD-58fdcfb164e5f462e456d1263d64a222e3d012d2.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 5fc6201003e..86ec32a9f8f 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Fri Jan 7 15:22:38 2000 Ossama Othman <othman@cs.wustl.edu>
+
+ * tao/ORB.cpp (destroy):
+
+ Corrected behavior where ORB::destroy() would throw a
+ BAD_INV_ORDER exception if the ORB was already shutdown, which
+ does not agree with the CORBA specification. It is now possible
+ to call ORB::destroy() after ORB::shutdown().
+
Fri Jan 7 11:52:17 2000 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.h: