diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-05-16 18:23:43 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-05-16 18:23:43 +0000 |
commit | 2ba0f8efddcc2d0657389cf3be6075e829c2850c (patch) | |
tree | d62d9eca196ed35f5e77985c29e345bf3282f187 /cpp | |
parent | readline needs libtermcap on some systems (diff) | |
download | ice-2ba0f8efddcc2d0657389cf3be6075e829c2850c.tar.bz2 ice-2ba0f8efddcc2d0657389cf3be6075e829c2850c.tar.xz ice-2ba0f8efddcc2d0657389cf3be6075e829c2850c.zip |
minor edits
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index add39250fcb..e188e189bd8 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,10 +1,10 @@ Changes since version 1.0.1 --------------------------- -- In IceUtil, all try and timed function now return false when the - resource could not be acquired (an expected failure). - The 'Try' from timedTry functions was removed, and for consistency - trylock, readlock and writelock functions were renamed tryLock, +- In IceUtil, all "try" and "timed" functions now return false when the + resource could not be acquired (i.e., an expected failure). The "Try" + from "timedTry" functions was removed, and for consistency the + functions trylock, readlock and writelock were renamed to tryLock, readLock and writeLock. - Update to the library versioning scheme: |