diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-07 16:54:36 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-07 16:54:36 +0000 |
commit | 4963f2729bd63c4a97a0522b210a660f028516af (patch) | |
tree | 25a8d55e3ce780a47740d827d607cfe7992762e3 /TAO/ChangeLog-98c | |
parent | 09a9e552ed3173031c292f33f9747d0a4f64955e (diff) | |
download | ATCD-4963f2729bd63c4a97a0522b210a660f028516af.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r-- | TAO/ChangeLog-98c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index 647c96097d7..318ddaa51ef 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -4,6 +4,11 @@ Thu Jan 07 07:16:29 1999 David L. Levine <levine@cs.wustl.edu> "priority" to 0 to avoid warning about uninitialized use from DEC cxx with DCE threads. + * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp (shutdown): fixed + if (_env.exception () == 0) test to be + if (_env.exception () != 0). Thanks to Russ Noseworthy + <rnosewor@objectsciences.com> for providing the fix. + Thu Jan 07 05:07:33 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu> * TAO version 0.2.48 released. |