diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-05-10 21:27:31 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-05-10 21:27:31 +0000 |
commit | 24c1542d2fd62695e9b0c1a62e396ac992fce6df (patch) | |
tree | 31567213d56a4034dac1c0615452f76f8b5d3f43 /cppe | |
parent | platform updates (diff) | |
download | ice-24c1542d2fd62695e9b0c1a62e396ac992fce6df.tar.bz2 ice-24c1542d2fd62695e9b0c1a62e396ac992fce6df.tar.xz ice-24c1542d2fd62695e9b0c1a62e396ac992fce6df.zip |
fix for bug 2201
Diffstat (limited to 'cppe')
-rw-r--r-- | cppe/RELEASE_NOTES.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/RELEASE_NOTES.txt b/cppe/RELEASE_NOTES.txt index 683c8752897..ae530f093f3 100644 --- a/cppe/RELEASE_NOTES.txt +++ b/cppe/RELEASE_NOTES.txt @@ -113,8 +113,8 @@ API Changes - General type Ice::InitializationData. This structure contains communicator members that may only be set during communicator initialization. Currently included are Properties, Logger and string converters. - The initializeWithXXX functions have been deprecated and the - setLogger() operation has been removed. + The initializeWithXXX functions and the setLogger() operation have + been removed. - Removed most specializations of the Ice::ProtocolException local exception to reduce code size. Only the following specializations |