summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-11-05 13:03:03 -0330
committerDwayne Boone <dwayne@zeroc.com>2008-11-05 13:03:03 -0330
commitba1695c2ef343e1f0612ab9701c3a7cd87253ed1 (patch)
treee63e08640ed7b3538d9562f5b15b6ee53b64969a /cpp/src
parentMerge branch 'R3_3_branch' (diff)
parentFixed Windows compile (diff)
downloadice-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.cpp4
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