summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-25 22:44:06 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-25 22:44:06 +0000
commit7fa912a5208843921289958b444b5781f0f17939 (patch)
treece25babb6f863c4ee90f9596e2f3a80b8fa8e58c
parent7a9ab3f241deffac4af1101fc1829d3cc82e78c8 (diff)
downloadATCD-7fa912a5208843921289958b444b5781f0f17939.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b10
-rw-r--r--README1
-rw-r--r--TAO/ChangeLog-99c14
3 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 422817f387a..c4608ca8a8e 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,13 @@
+Fri Jun 25 17:22:02 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Select_Reactor_T.cpp (close): Don't call close() on the
+ <notify_handler_> if there isn't one.
+
+ * ace/SOCK_Acceptor.cpp (open): The error status was not set
+ correctly if listen() failed.
+
+ Thanks to Irfan for helping with this.
+
Fri Jun 25 16:48:17 1999 David L. Levine <levine@cs.wustl.edu>
* ace/OS.h: don't #include <signal.h> directly on VxWorks.
diff --git a/README b/README
index b60736dd79b..16daeed8ad6 100644
--- a/README
+++ b/README
@@ -877,6 +877,7 @@ Brian Peterson <bpeterson@globalmt.com>
Fabrice Podlyski <podlyski@clrhp04.in2p3.fr>
Darren DeRidder <darren.deridder@bridgewatersys.com>
John Tucker <jtucker@infoglide.com>
+Oleg Orlov <orlov@diasoft.ru>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson and is now at ObjectSpace. Paul devised the recursive
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