summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch2/Util.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-12-01 22:24:39 +0000
committerMarc Laukien <marc@zeroc.com>2004-12-01 22:24:39 +0000
commit86b3fc55f169b3e55928813e51867129043698ca (patch)
tree57f6a37d33e1e77195759406c2c0e6bdce8edf2c /cpp/include/IcePatch2/Util.h
parentfixes (diff)
downloadice-86b3fc55f169b3e55928813e51867129043698ca.tar.bz2
ice-86b3fc55f169b3e55928813e51867129043698ca.tar.xz
ice-86b3fc55f169b3e55928813e51867129043698ca.zip
fixes
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 dab48176c7d..32ab7ed4a92 100644
--- a/cpp/include/IcePatch2/Util.h
+++ b/cpp/include/IcePatch2/Util.h
@@ -34,6 +34,8 @@ ICE_PATCH2_API void remove(const std::string&);
ICE_PATCH2_API void removeRecursive(const std::string&);
ICE_PATCH2_API Ice::StringSeq readDirectory(const std::string&);
+
+ICE_PATCH2_API void createDirectory(const std::string&);
ICE_PATCH2_API void createDirectoryRecursive(const std::string&);
ICE_PATCH2_API void compressBytesToFile(const std::string&, const Ice::ByteSeq&, Ice::Int);