summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch/ClientUtil.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/ClientUtil.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/ClientUtil.h')
-rw-r--r--cpp/include/IcePatch/ClientUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IcePatch/ClientUtil.h b/cpp/include/IcePatch/ClientUtil.h
index 8dcc116b5d4..97706e344b3 100644
--- a/cpp/include/IcePatch/ClientUtil.h
+++ b/cpp/include/IcePatch/ClientUtil.h
@@ -30,7 +30,7 @@ public:
};
ICE_PATCH_API std::string pathToName(const std::string&);
-ICE_PATCH_API void getRegular(const IcePatch::RegularPrx&, ProgressCB&);
+ICE_PATCH_API Ice::ByteSeq getRegular(const IcePatch::RegularPrx&, ProgressCB&);
}