summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2014-10-30 10:40:39 -0400
committerBernard Normier <bernard@zeroc.com>2014-10-30 10:40:39 -0400
commit11d07f15894fe885752195092095cb31ecf07683 (patch)
tree036b6ae79c78f9299ef6563091b01704f5b9d227
parentAdded -bigobj option to compile operations test on Windows VS2012 x64 (diff)
downloadice-11d07f15894fe885752195092095cb31ecf07683.tar.bz2
ice-11d07f15894fe885752195092095cb31ecf07683.tar.xz
ice-11d07f15894fe885752195092095cb31ecf07683.zip
StringConverter fixes
-rw-r--r--CHANGES7
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 79f2f22de49..30ff03ef6a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -272,16 +272,15 @@ C++ Changes
and getProcessWstringConverter can be used to establish and access
the process wide string converter.
+- Moved the StringConverter template and classes from the Ice namespace
+ to the IceUtil namespace.
+
- Added Ice.LogStdErr.Convert property which controls whether or not
the default StdErr logger converts messages from native narrow
encoding to the console code page. The default value is 1, meaning
by default messages are converted to the console code page encoding.
The property is only used on Windows.
-- Added IceUtil::nativeToWnative and IceUtil::wnativeToNative
- functions which allow you to convert between narrow and wide
- strings. stringToWstring and wstringToString have been deprecated.
-
- Added ice_staticId() to the ProxyHandle template.
- Removed deprecated Ice::Object::ice_getHash function.