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/Parser.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/Parser.cpp')
-rw-r--r-- | cpp/src/Slice/Parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Slice/Parser.cpp b/cpp/src/Slice/Parser.cpp index f3a973488c5..d6374f7082b 100644 --- a/cpp/src/Slice/Parser.cpp +++ b/cpp/src/Slice/Parser.cpp @@ -550,7 +550,6 @@ Slice::Container::lookupType(const string& scoped, bool printError) "float", "double", "string", - "wstring", "Object", "Object*", "LocalObject" |