summaryrefslogtreecommitdiff
path: root/ACE/NEWS
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-09-08 18:33:00 +0000
committerSteve Huston <shuston@riverace.com>2006-09-08 18:33:00 +0000
commitaeb359b38a280110ee973fbf18d9cf46e8de2e6b (patch)
tree322b5f5e109ac6334123bc3fb1e43e80fd033b70 /ACE/NEWS
parent7927a9d78ff601737b0dc6699bf0d9a316c034e8 (diff)
downloadATCD-aeb359b38a280110ee973fbf18d9cf46e8de2e6b.tar.gz
ChangeLogTag:Fri Sep 8 18:25:17 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/NEWS')
-rw-r--r--ACE/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index d35603f5b75..97352fe7f7b 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -4,6 +4,10 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
USER VISIBLE CHANGES BETWEEN ACE-5.5.2 and ACE-5.5.3
====================================================
+. Changed the ACE_Synch_Options::operator[] method to return bool rather than
+ int. The value returned is a yes/no indication of whether or not the
+ specified option(s) are set in the object.
+
. Changed the prototype(s) for ACE::debug () to return (and take) a
bool. This is consistent with the original intent for this
feature. If you have been using it like 'ACE::debug () > 0' or