summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-03-30 15:34:00 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-03-30 15:34:00 +0000
commit7be9675ec7f3c74f721bede6c94d3d214ee31d2c (patch)
treeeea38601215022b09a2833165b4d8581e253c2a8 /cpp
parentFixed ice_timeout/ice_compress for indirect proxies (diff)
downloadice-7be9675ec7f3c74f721bede6c94d3d214ee31d2c.tar.bz2
ice-7be9675ec7f3c74f721bede6c94d3d214ee31d2c.tar.xz
ice-7be9675ec7f3c74f721bede6c94d3d214ee31d2c.zip
Added wstring support
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CHANGES4
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.