diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-23 21:31:25 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-23 21:31:25 +0000 |
commit | 2d597e196ac2f75cf96516469281bd61a434c58d (patch) | |
tree | de75e9418d3e83e89b0bfff75de9e950d724abc9 /cpp/include/IcePatch2/Util.h | |
parent | more IcePatch2 (diff) | |
download | ice-2d597e196ac2f75cf96516469281bd61a434c58d.tar.bz2 ice-2d597e196ac2f75cf96516469281bd61a434c58d.tar.xz ice-2d597e196ac2f75cf96516469281bd61a434c58d.zip |
more IcePatch2
Diffstat (limited to 'cpp/include/IcePatch2/Util.h')
-rw-r--r-- | cpp/include/IcePatch2/Util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IcePatch2/Util.h b/cpp/include/IcePatch2/Util.h index 097392c1cc3..508ebc568a3 100644 --- a/cpp/include/IcePatch2/Util.h +++ b/cpp/include/IcePatch2/Util.h @@ -34,8 +34,8 @@ ICEPATCH2_API void removeRecursive(const std::string&); ICEPATCH2_API Ice::StringSeq readDirectory(const std::string&); ICEPATCH2_API void createDirectoryRecursive(const std::string&); -ICEPATCH2_API void compressToFile(const std::string&, const Ice::ByteSeq&, Ice::Int); -ICEPATCH2_API void uncompressToFile(const std::string&, const Ice::ByteSeq&, Ice::Int); +ICEPATCH2_API void compressBytesToFile(const std::string&, const Ice::ByteSeq&, Ice::Int); +ICEPATCH2_API void uncompressFile(const std::string&); struct FileInfoCompare : public std::binary_function<const FileInfo&, const FileInfo&, bool> { |