summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-10 03:23:21 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-10 03:23:21 +0000
commitd3749fcd1401e2cc2bfa6854b2061456def2713e (patch)
treee9f0961e165bb48859fa25ddd2e8ab13631ae92c
parent2c53fa4b92672d26392696c21e7591b360bf0dda (diff)
downloadATCD-d3749fcd1401e2cc2bfa6854b2061456def2713e.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-97b7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index db77dd5e6a1..0c7e0d9bb85 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -1,5 +1,12 @@
Sun Nov 09 17:55:50 1997 <nw1@COYOTE>
+ * examples/ASX/Event_Server/Event_Server/Peer_Router.cpp (open):
+ Removed codes that reset a socket's non-blocking flag. This has
+ been taken care of by ACE_Acceptor::activate_svc_handler now and
+ resetting this flag twice on NT caused us grief. Thanks to
+ Georges Ata <George_ata@srt.ccmail.compuserve.com> for reporting
+ the bug.
+
* ace/ACE.i (hex2byte,nibble2hex): Replaced ACE_INLINE to inline
for these two functions. Functions in this file are always
inlined.