diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-16 16:38:09 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-16 16:38:09 +0000 |
commit | f7eda3743a0df7332ddbdc4b1708457c25064922 (patch) | |
tree | 3525b3f366d56c0613954cdf862de154245b3202 /cpp/src/Slice/CPlusPlusUtil.cpp | |
parent | Modified slightly for better handling of 'trailing / detection' on (diff) | |
download | ice-f7eda3743a0df7332ddbdc4b1708457c25064922.tar.bz2 ice-f7eda3743a0df7332ddbdc4b1708457c25064922.tar.xz ice-f7eda3743a0df7332ddbdc4b1708457c25064922.zip |
started with removal of wstring
Diffstat (limited to 'cpp/src/Slice/CPlusPlusUtil.cpp')
-rw-r--r-- | cpp/src/Slice/CPlusPlusUtil.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/Slice/CPlusPlusUtil.cpp b/cpp/src/Slice/CPlusPlusUtil.cpp index 4bc9afb1f50..ea27d37219f 100644 --- a/cpp/src/Slice/CPlusPlusUtil.cpp +++ b/cpp/src/Slice/CPlusPlusUtil.cpp @@ -113,7 +113,6 @@ Slice::typeToString(const TypePtr& type) "::Ice::Float", "::Ice::Double", "::std::string", - "::std::wstring", "::Ice::ObjectPtr", "::Ice::ObjectPrx", "::Ice::LocalObjectPtr" @@ -170,7 +169,6 @@ Slice::inputTypeToString(const TypePtr& type) "::Ice::Float", "::Ice::Double", "const ::std::string&", - "const ::std::wstring&", "const ::Ice::ObjectPtr&", "const ::Ice::ObjectPrx&", "const ::Ice::LocalObjectPtr&" @@ -222,7 +220,6 @@ Slice::outputTypeToString(const TypePtr& type) "::Ice::Float&", "::Ice::Double&", "::std::string&", - "::std::wstring&", "::Ice::ObjectPtr&", "::Ice::ObjectPrx&", "::Ice::LocalObjectPtr&" |