diff options
author | Marc Laukien <marc@zeroc.com> | 2004-12-06 21:00:28 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-12-06 21:00:28 +0000 |
commit | d0be319d1296891a164b7f62d3917024f43f5399 (patch) | |
tree | 832fc4f21223778a745cfdf124c9969f73377164 /cpp/include/IcePatch2/ClientUtil.h | |
parent | fixes (diff) | |
download | ice-d0be319d1296891a164b7f62d3917024f43f5399.tar.bz2 ice-d0be319d1296891a164b7f62d3917024f43f5399.tar.xz ice-d0be319d1296891a164b7f62d3917024f43f5399.zip |
patcher enhancements
Diffstat (limited to 'cpp/include/IcePatch2/ClientUtil.h')
-rwxr-xr-x | cpp/include/IcePatch2/ClientUtil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/include/IcePatch2/ClientUtil.h b/cpp/include/IcePatch2/ClientUtil.h index 9993dafef2f..bbed567035b 100755 --- a/cpp/include/IcePatch2/ClientUtil.h +++ b/cpp/include/IcePatch2/ClientUtil.h @@ -24,6 +24,10 @@ public: virtual bool noFileSummary(const std::string&) = 0; + virtual bool checksumStart() = 0; + virtual bool checksumProgress(const std::string&) = 0; + virtual bool checksumEnd() = 0; + virtual bool fileListStart() = 0; virtual bool fileListProgress(Ice::Int) = 0; virtual bool fileListEnd() = 0; @@ -72,6 +76,7 @@ private: const std::string _dataDir; const bool _thorough; const Ice::Int _chunkSize; + const Ice::Int _remove; const FileServerPrx _serverCompress; const FileServerPrx _serverNoCompress; |