summaryrefslogtreecommitdiff
path: root/cppe
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-05-03 19:49:03 +0000
committerMark Spruiell <mes@zeroc.com>2007-05-03 19:49:03 +0000
commit226db959d695ecee34bb1fe3448a556ae49e659f (patch)
tree227ff8c50166803378cb46ec13676ec683f980de /cppe
parentminor edits (diff)
downloadice-226db959d695ecee34bb1fe3448a556ae49e659f.tar.bz2
ice-226db959d695ecee34bb1fe3448a556ae49e659f.tar.xz
ice-226db959d695ecee34bb1fe3448a556ae49e659f.zip
more minor edits
Diffstat (limited to 'cppe')
-rw-r--r--cppe/CHANGES17
1 files changed, 11 insertions, 6 deletions
diff --git a/cppe/CHANGES b/cppe/CHANGES
index 467ecd5e083..40eae751c9a 100644
--- a/cppe/CHANGES
+++ b/cppe/CHANGES
@@ -11,12 +11,17 @@ Changes since version 1.1.0
- Added ice_getAdapterId/ice_adapterId proxy methods.
-- Removed most specializations of Ice::ProtocolException local exceptions
- for code size gains. Only the following specializations were kept:
- Ice::CloseConnectionException, Ice::ForcedCloseConnectionException,
- Ice::MarshalException, Ice::MemoryLimitException. The reason of the
- protocol error is now included in the reason attribute of
- Ice::ProtocolException.
+- Removed most specializations of the Ice::ProtocolException local
+ exception to reduce code size. Only the following specializations
+ were kept:
+
+ Ice::CloseConnectionException
+ Ice::ForcedCloseConnectionException
+ Ice::MarshalException
+ Ice::MemoryLimitException
+
+ The reason for the protocol error is now provided in the 'reason'
+ member of Ice::ProtocolException.
- Attempts to change the attributes of a fixed proxy now result in a
FixedProxyException rather than just ignoring the change request and