diff options
author | Marc Laukien <marc@zeroc.com> | 2004-12-31 20:26:39 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-12-31 20:26:39 +0000 |
commit | e66dc8e79da98544553d250089b071c25894823c (patch) | |
tree | d8e231e2934a39f4c60ed587ce3b7fd8c2a7de5a /cpp/include/IcePatch2/Util.h | |
parent | Backed out previous change -- I didn't realize until just now that the file (diff) | |
download | ice-e66dc8e79da98544553d250089b071c25894823c.tar.bz2 ice-e66dc8e79da98544553d250089b071c25894823c.tar.xz ice-e66dc8e79da98544553d250089b071c25894823c.zip |
fix
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 4041838cf69..2368fb8a792 100644 --- a/cpp/include/IcePatch2/Util.h +++ b/cpp/include/IcePatch2/Util.h @@ -30,6 +30,8 @@ ICE_PATCH2_API bool ignoreSuffix(const std::string&); ICE_PATCH2_API std::string getBasename(const std::string&); ICE_PATCH2_API std::string getDirname(const std::string&); +ICE_PATCH2_API void rename(const std::string&, const std::string&); + ICE_PATCH2_API void remove(const std::string&); ICE_PATCH2_API void removeRecursive(const std::string&); |