summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2008-10-06 22:33:27 +0000
committerSteve Huston <shuston@riverace.com>2008-10-06 22:33:27 +0000
commit899745bc1d8532c634b8cc29c5e0e209f14377c4 (patch)
tree3fc565ba4d81881b7a4859c2dcb8bb5beb2d4d0c
parent23e85dd79dd7a784abbec828620182301d3b076c (diff)
downloadATCD-899745bc1d8532c634b8cc29c5e0e209f14377c4.tar.gz
ChangeLogTag:Mon Oct 6 22:27:54 UTC 2008 Steve Huston <shuston@riverace.com>
-rw-r--r--ACE/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index b031a0f289d..1944a0a2072 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,10 +1,10 @@
Mon Oct 6 22:27:54 UTC 2008 Steve Huston <shuston@riverace.com>
- * ace/WFMO_Reactor.inl (suBspend_handlers): Never suspend the notify
- or the wakeup_all_threBBads handles - these are specially set up by
+ * ace/WFMO_Reactor.inl (suspend_handlers): Never suspend the notify
+ or the wakeup_all_threads handles - these are specially set up by
ACE_WFMO_Reactor::open(), not by users, and are critical to the
proper functioning of the event loop.
- Fixes Bugzilla #3267.b
+ Fixes Bugzilla #3267.
* tests/Reactor_Dispatch_Order_Test.cpp: Added some additional
sanity checks and fixed some logging.