summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch2/Util.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-12-29 03:50:52 +0000
committerMichi Henning <michi@zeroc.com>2004-12-29 03:50:52 +0000
commit5e8559fce24e8408a70d2dc5c175cecf350aec9b (patch)
tree9cddcc10d35c05de7d75e377a854c4473935f1b7 /cpp/include/IcePatch2/Util.h
parentfixed retry logging (diff)
downloadice-5e8559fce24e8408a70d2dc5c175cecf350aec9b.tar.bz2
ice-5e8559fce24e8408a70d2dc5c175cecf350aec9b.tar.xz
ice-5e8559fce24e8408a70d2dc5c175cecf350aec9b.zip
Fixed bug in checkedCast template.
Diffstat (limited to 'cpp/include/IcePatch2/Util.h')
-rw-r--r--cpp/include/IcePatch2/Util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/IcePatch2/Util.h b/cpp/include/IcePatch2/Util.h
index 4041838cf69..7d9f5500a93 100644
--- a/cpp/include/IcePatch2/Util.h
+++ b/cpp/include/IcePatch2/Util.h
@@ -21,6 +21,8 @@ ICE_PATCH2_API std::string lastError();
ICE_PATCH2_API std::string bytesToString(const Ice::ByteSeq&);
ICE_PATCH2_API Ice::ByteSeq stringToBytes(const std::string&);
+ICE_PATCH2_API bool isDir(const std::string&);
+
ICE_PATCH2_API std::string normalize(const std::string&);
ICE_PATCH2_API std::string getSuffix(const std::string&);