summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/StringConverter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceUtil/StringConverter.h')
-rw-r--r--cpp/include/IceUtil/StringConverter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/StringConverter.h b/cpp/include/IceUtil/StringConverter.h
index 20ddb92519e..c581b5c595d 100644
--- a/cpp/include/IceUtil/StringConverter.h
+++ b/cpp/include/IceUtil/StringConverter.h
@@ -106,7 +106,6 @@ ICE_API WstringConverterPtr getProcessWstringConverter();
//
ICE_API void setProcessWstringConverter(const WstringConverterPtr&);
-
//
// Converts the given wide string to a narrow string
//
@@ -133,7 +132,6 @@ stringToWstring(const std::string&,
const StringConverterPtr& = 0,
const WstringConverterPtr& = 0);
-
//
// Converts the given string from the native narrow string encoding to
// UTF-8 using the given converter. If the converter is null, returns