summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-08 00:02:50 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-08 00:02:50 +0000
commita03625406292cf226978bdb1132f8e27013e8b81 (patch)
tree866ca857a44fb5ddb56d1a847a8bb401251f4e21
parent1141bbf38b41a3b966cc993a47ed5b9960f00b8d (diff)
downloadATCD-a03625406292cf226978bdb1132f8e27013e8b81.tar.gz
ChangeLogTag:Fri Jan 7 16:05:32 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 86ec32a9f8f..a4c15502f07 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -3,9 +3,10 @@ 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().
+ 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(). Thanks to Mogens
+ Hansen <mogens_h@dk-online.dk> for reporting this problem.
Fri Jan 7 11:52:17 2000 Jeff Parsons <parsons@cs.wustl.edu>