diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-20 14:47:21 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-20 14:47:21 +0000 |
commit | 45d45a629df79d8b6d5380f7ede3d99289f87cfa (patch) | |
tree | 6dc8ba21a569ab68ada8a6f4ba9612dac12f31a5 /cppe | |
parent | Fixes (diff) | |
download | ice-45d45a629df79d8b6d5380f7ede3d99289f87cfa.tar.bz2 ice-45d45a629df79d8b6d5380f7ede3d99289f87cfa.tar.xz ice-45d45a629df79d8b6d5380f7ede3d99289f87cfa.zip |
Added <= > and >= operators
Diffstat (limited to 'cppe')
-rw-r--r-- | cppe/CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cppe/CHANGES b/cppe/CHANGES index f178703ee28..2e107707508 100644 --- a/cppe/CHANGES +++ b/cppe/CHANGES @@ -1,6 +1,9 @@ Changes since version 1.1.0 --------------------------- +- Added operators <=, > and >= for slice classes, proxies and + structures. + - Fixed an assert which could occur with proxies received over the wire and containing unknown endpoints. |