diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-25 22:44:06 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-25 22:44:06 +0000 |
commit | 7fa912a5208843921289958b444b5781f0f17939 (patch) | |
tree | ce25babb6f863c4ee90f9596e2f3a80b8fa8e58c /TAO/ChangeLog-99c | |
parent | 7a9ab3f241deffac4af1101fc1829d3cc82e78c8 (diff) | |
download | ATCD-7fa912a5208843921289958b444b5781f0f17939.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r-- | TAO/ChangeLog-99c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index a5da9461566..1c48673f345 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,6 +1,18 @@ +Fri Jun 25 17:28:58 1999 Nanbor Wang <nanbor@cs.wustl.edu> + + * tao/default_resource.cpp (get_reactor): Made sure the reactor + get cleaned up if any error occured (ACE_LOG_MSG->errnum () != + 0) during initialization. + + * tao/ORB_Core.cpp (init): Return -1 if we failed to initialize + the reactor. + + Thanks to Irfan for helping this out and Oleg Orlov + <orlov@diasoft.ru> for reporting the problem. + Fri Jun 25 16:30:41 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * examples/POA/DSI/Database_i.cpp (find_entry): Fixed a + * examples/POA/DSI/Database_i.cpp (find_entry): Fixed a mistaken exception -- it should be Not_Found rather than Unknown_Key. Thanks to Steve Huston for reporting this. Also tidied up the code and added proper exception checking for |