diff options
author | Marc Laukien <marc@zeroc.com> | 2005-01-27 22:37:26 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-01-27 22:37:26 +0000 |
commit | 9a55f62b6ba5872034fb2ed0595e81e34187422d (patch) | |
tree | 4d14c0f4fbfd020e2a4e010444d0b97ff735de37 /cpp/include/IcePatch2/Util.h | |
parent | more fixes (diff) | |
download | ice-9a55f62b6ba5872034fb2ed0595e81e34187422d.tar.bz2 ice-9a55f62b6ba5872034fb2ed0595e81e34187422d.tar.xz ice-9a55f62b6ba5872034fb2ed0595e81e34187422d.zip |
fixes
Diffstat (limited to 'cpp/include/IcePatch2/Util.h')
-rw-r--r-- | cpp/include/IcePatch2/Util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/IcePatch2/Util.h b/cpp/include/IcePatch2/Util.h index 23617060a00..2979c3c036d 100644 --- a/cpp/include/IcePatch2/Util.h +++ b/cpp/include/IcePatch2/Util.h @@ -26,6 +26,8 @@ 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 std::string getSuffix(const std::string&); ICE_PATCH2_API std::string getWithoutSuffix(const std::string&); ICE_PATCH2_API bool ignoreSuffix(const std::string&); |