diff options
author | Michi Henning <michi@zeroc.com> | 2004-12-29 04:01:59 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-12-29 04:01:59 +0000 |
commit | 704217528abde49e61021531c4d91ca7525aa093 (patch) | |
tree | 3c9a275591511ffaa5f05b7c70836c0926a93ca9 /cpp/include/IcePatch2/Util.h | |
parent | Fixed bug in checkedCast template. (diff) | |
download | ice-704217528abde49e61021531c4d91ca7525aa093.tar.bz2 ice-704217528abde49e61021531c4d91ca7525aa093.tar.xz ice-704217528abde49e61021531c4d91ca7525aa093.zip |
Backed out previous check-in of IcePatch2 files -- they were checked in by
mistake.
Diffstat (limited to 'cpp/include/IcePatch2/Util.h')
-rw-r--r-- | cpp/include/IcePatch2/Util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/include/IcePatch2/Util.h b/cpp/include/IcePatch2/Util.h index 7d9f5500a93..4041838cf69 100644 --- a/cpp/include/IcePatch2/Util.h +++ b/cpp/include/IcePatch2/Util.h @@ -21,8 +21,6 @@ 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&); |