summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch2/ClientUtil.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2005-01-14 23:29:51 +0000
committerMichi Henning <michi@zeroc.com>2005-01-14 23:29:51 +0000
commit5807da7c5eee0133434c0058cda6f7c2b254d4da (patch)
tree5042787a09fa1b21e1516221e0ff02c2e9bde16c /cpp/include/IcePatch2/ClientUtil.h
parentGot rid of signed/unsigned compiler warning from gcc. (diff)
downloadice-5807da7c5eee0133434c0058cda6f7c2b254d4da.tar.bz2
ice-5807da7c5eee0133434c0058cda6f7c2b254d4da.tar.xz
ice-5807da7c5eee0133434c0058cda6f7c2b254d4da.zip
Removed IcePatch property doc and added IcePatch2 property doc. Changed
ChunkSize property to use kilobyte units. ChunkSize is now limited by Ice.MessageSizeMax.
Diffstat (limited to 'cpp/include/IcePatch2/ClientUtil.h')
-rwxr-xr-xcpp/include/IcePatch2/ClientUtil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IcePatch2/ClientUtil.h b/cpp/include/IcePatch2/ClientUtil.h
index bbed567035b..c5940c820eb 100755
--- a/cpp/include/IcePatch2/ClientUtil.h
+++ b/cpp/include/IcePatch2/ClientUtil.h
@@ -75,7 +75,7 @@ private:
const PatcherFeedbackPtr _feedback;
const std::string _dataDir;
const bool _thorough;
- const Ice::Int _chunkSize;
+ Ice::Int _chunkSize;
const Ice::Int _remove;
const FileServerPrx _serverCompress;
const FileServerPrx _serverNoCompress;