diff options
author | Michi Henning <michi@zeroc.com> | 2004-12-31 04:57:31 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-12-31 04:57:31 +0000 |
commit | 4f8a21643abdeceb0e999baab097b1c5d9377f4c (patch) | |
tree | a68a5ec5247f6085745fe6bcc14bb70a5fd69c5d /cpp/include/IcePatch2/Util.h | |
parent | Removed a bit of trace that got left behind. (diff) | |
download | ice-4f8a21643abdeceb0e999baab097b1c5d9377f4c.tar.bz2 ice-4f8a21643abdeceb0e999baab097b1c5d9377f4c.tar.xz ice-4f8a21643abdeceb0e999baab097b1c5d9377f4c.zip |
Backed out previous change -- I didn't realize until just now that the file
is always sent in compressed form, even if the compressed file is
larger than the original. I agree -- it's simpler that way.
Diffstat (limited to 'cpp/include/IcePatch2/Util.h')
-rw-r--r-- | cpp/include/IcePatch2/Util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IcePatch2/Util.h b/cpp/include/IcePatch2/Util.h index 94c95257e8b..4041838cf69 100644 --- a/cpp/include/IcePatch2/Util.h +++ b/cpp/include/IcePatch2/Util.h @@ -38,7 +38,7 @@ 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 int compressBytesToFile(const std::string&, const Ice::ByteSeq&, Ice::Int, int); +ICE_PATCH2_API void compressBytesToFile(const std::string&, const Ice::ByteSeq&, Ice::Int); ICE_PATCH2_API void decompressFile(const std::string&); struct FileInfoEqual: public std::binary_function<const FileInfo&, const FileInfo&, bool> |