summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>