diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-11-05 13:03:03 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-11-05 13:03:03 -0330 |
commit | ba1695c2ef343e1f0612ab9701c3a7cd87253ed1 (patch) | |
tree | e63e08640ed7b3538d9562f5b15b6ee53b64969a /cpp/src | |
parent | Merge branch 'R3_3_branch' (diff) | |
parent | Fixed Windows compile (diff) | |
download | ice-ba1695c2ef343e1f0612ab9701c3a7cd87253ed1.tar.bz2 ice-ba1695c2ef343e1f0612ab9701c3a7cd87253ed1.tar.xz ice-ba1695c2ef343e1f0612ab9701c3a7cd87253ed1.zip |
Merge branch 'R3_3_branch'
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceUtil/StringUtil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceUtil/StringUtil.cpp b/cpp/src/IceUtil/StringUtil.cpp index a963428aa08..ca46f727c41 100644 --- a/cpp/src/IceUtil/StringUtil.cpp +++ b/cpp/src/IceUtil/StringUtil.cpp @@ -685,6 +685,8 @@ IceUtilInternal::lastErrorToString() return errorToString(errno); } +#endif + string IceUtilInternal::toLower(const std::string& s) { @@ -720,5 +722,3 @@ IceUtilInternal::removeWhitespace(const std::string& s) } return result; } - -#endif |