diff options
author | Michi Henning <michi@zeroc.com> | 2003-03-12 04:26:45 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-03-12 04:26:45 +0000 |
commit | c18bbe8e8b357a1d3aa5821533e78ac95120d79a (patch) | |
tree | 0fd6bde3dd3fe0ff45a05041a2a7d968edec72b6 /cpp | |
parent | Removed _detached member from ThreadControl. Joining with a thread more (diff) | |
download | ice-c18bbe8e8b357a1d3aa5821533e78ac95120d79a.tar.bz2 ice-c18bbe8e8b357a1d3aa5821533e78ac95120d79a.tar.xz ice-c18bbe8e8b357a1d3aa5821533e78ac95120d79a.zip |
Documented new behavior after removing ThreadControl::_detached member.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index f4c7e14ebdf..ce2a2617890 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -10,6 +10,10 @@ Changes since version 1.0.1 IceUtil::ThreadId. This is the type returned by both Thread::id() and ThreadControl::id(). +- Joining with a thread more than once, joining with a detached thread, + or detaching a detached thread now have undefined behavior. (Previously, + doing any of these things raised an exception.) + - Added timestamps to the default Ice logger. You can enable timestamps by setting the `Ice.Logger.Timestamp' property to a value larger than zero. By default timestamps are disabled. |