diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-30 15:34:00 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-30 15:34:00 +0000 |
commit | 7be9675ec7f3c74f721bede6c94d3d214ee31d2c (patch) | |
tree | eea38601215022b09a2833165b4d8581e253c2a8 /cpp | |
parent | Fixed ice_timeout/ice_compress for indirect proxies (diff) | |
download | ice-7be9675ec7f3c74f721bede6c94d3d214ee31d2c.tar.bz2 ice-7be9675ec7f3c74f721bede6c94d3d214ee31d2c.tar.xz ice-7be9675ec7f3c74f721bede6c94d3d214ee31d2c.zip |
Added wstring support
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 5bbcaa2e245..2de713ee27b 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,10 @@ Changes since version 3.0.1 --------------------------- +- Added support for the "cpp:type:wstring" slice metadata. When used + generated code will use std::wstring instead of std::string. See + manual for more details. + - The ice_timeout and ice_compress proxy methods now correctly override the timeout and compress flag of indirect proxy endpoints. |