diff options
author | Michi Henning <michi@zeroc.com> | 2005-03-02 02:06:05 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-03-02 02:06:05 +0000 |
commit | ad193ea9e13b334df57472f1b14d7cd4b0545f37 (patch) | |
tree | 0f69b35a7b3cc42283d70fc1587408e4616ab94a /cpp/include/IcePatch2/Util.h | |
parent | VC71 release crash work-around (diff) | |
download | ice-ad193ea9e13b334df57472f1b14d7cd4b0545f37.tar.bz2 ice-ad193ea9e13b334df57472f1b14d7cd4b0545f37.tar.xz ice-ad193ea9e13b334df57472f1b14d7cd4b0545f37.zip |
Fixed bug in IcePatch2: / couldn't be used as the data dir.
Diffstat (limited to 'cpp/include/IcePatch2/Util.h')
-rw-r--r-- | cpp/include/IcePatch2/Util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/IcePatch2/Util.h b/cpp/include/IcePatch2/Util.h index 64c52a42686..8d9ec0cbc40 100644 --- a/cpp/include/IcePatch2/Util.h +++ b/cpp/include/IcePatch2/Util.h @@ -27,6 +27,7 @@ ICE_PATCH2_API Ice::ByteSeq stringToBytes(const std::string&); ICE_PATCH2_API std::string simplify(const std::string&); ICE_PATCH2_API bool isAbsolute(const std::string&); +ICE_PATCH2_API bool isRoot(const std::string&); ICE_PATCH2_API std::string getSuffix(const std::string&); ICE_PATCH2_API std::string getWithoutSuffix(const std::string&); |