diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-08-27 17:49:38 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-08-27 17:49:38 +0000 |
commit | 9c946459a89a2ddf66f09dd4370f66f4f819e608 (patch) | |
tree | 4e8f043223e50816ab1480bcb8c19a56d174d01d /TAO | |
parent | 08f41eb28188be24cae263e4a3e31739749212e2 (diff) | |
download | ATCD-9c946459a89a2ddf66f09dd4370f66f4f819e608.tar.gz |
ChangeLogTag: Tue Aug 27 12:40:12 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 2c665248ec7..a1f7cec05ed 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -12,7 +12,8 @@ Tue Aug 27 12:40:12 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderb basically releases the mutex before calling actual close () on the adapter objects. Further, made sure that destroy_interceptors () and the shutdown () calls dont propagate - exceptions to the caller. + exceptions to the caller. Thanks to Carlos O' Ryan + <coryan@atdesk.com> for the patch. Please see the discussions in BUG 1265 and chapter 2 of "Exceptional C++" by Herb Sutter for details on why this is a |