summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch2/Util.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-12-31 20:26:39 +0000
committerMarc Laukien <marc@zeroc.com>2004-12-31 20:26:39 +0000
commite66dc8e79da98544553d250089b071c25894823c (patch)
treed8e231e2934a39f4c60ed587ce3b7fd8c2a7de5a /cpp/include/IcePatch2/Util.h
parentBacked out previous change -- I didn't realize until just now that the file (diff)
downloadice-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.h2
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&);