summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch/Util.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-06-11 22:09:42 +0000
committerMark Spruiell <mes@zeroc.com>2004-06-11 22:09:42 +0000
commit8ed98e4ac7dff335bfcc27ab53a485abd1a1fa68 (patch)
tree89941556c6fccadaabe01e365a0321c96e46bbee /cpp/include/IcePatch/Util.h
parentTurned Ice.Current and Ice.Identity into structures. Some code tidy up as (diff)
downloadice-8ed98e4ac7dff335bfcc27ab53a485abd1a1fa68.tar.bz2
ice-8ed98e4ac7dff335bfcc27ab53a485abd1a1fa68.tar.xz
ice-8ed98e4ac7dff335bfcc27ab53a485abd1a1fa68.zip
default behavior of IcePatch client now calculates MD5s dynamically for
local files
Diffstat (limited to 'cpp/include/IcePatch/Util.h')
-rw-r--r--cpp/include/IcePatch/Util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IcePatch/Util.h b/cpp/include/IcePatch/Util.h
index 8a6d4811144..1bb82853533 100644
--- a/cpp/include/IcePatch/Util.h
+++ b/cpp/include/IcePatch/Util.h
@@ -47,8 +47,8 @@ ICE_PATCH_API void createDirectory(const std::string&);
ICE_PATCH_API Ice::ByteSeq getMD5(const std::string&);
ICE_PATCH_API void putMD5(const std::string&, const Ice::ByteSeq&);
-ICE_PATCH_API void createMD5(const std::string&, const Ice::LoggerPtr& = 0);
-ICE_PATCH_API Ice::ByteSeq calcMD5(const std::string&, const Ice::LoggerPtr& = 0);
+ICE_PATCH_API void createMD5(const std::string&, bool, const Ice::LoggerPtr& = 0);
+ICE_PATCH_API Ice::ByteSeq calcMD5(const std::string&, bool, const Ice::LoggerPtr& = 0);
ICE_PATCH_API Ice::ByteSeq calcPartialMD5(const std::string&, Ice::Int, const Ice::LoggerPtr& = 0);
ICE_PATCH_API Ice::ByteSeq getBZ2(const std::string&, Ice::Int, Ice::Int);