diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-08-26 10:57:14 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-08-26 10:57:14 +0000 |
commit | 7517883e56547e284826802174b83ffe36a03d59 (patch) | |
tree | 6487620c9b4812d18e2b80b2663ac7bb47b1a3ce /cpp/include/IcePatch2/ClientUtil.h | |
parent | Fix for http://www.zeroc.com/vbulletin/showthread.php?t=1612 (diff) | |
download | ice-7517883e56547e284826802174b83ffe36a03d59.tar.bz2 ice-7517883e56547e284826802174b83ffe36a03d59.tar.xz ice-7517883e56547e284826802174b83ffe36a03d59.zip |
Added support for 'executable' flag.
Diffstat (limited to 'cpp/include/IcePatch2/ClientUtil.h')
-rwxr-xr-x | cpp/include/IcePatch2/ClientUtil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/IcePatch2/ClientUtil.h b/cpp/include/IcePatch2/ClientUtil.h index 9d46a1e6ad2..7128990479e 100755 --- a/cpp/include/IcePatch2/ClientUtil.h +++ b/cpp/include/IcePatch2/ClientUtil.h @@ -73,6 +73,7 @@ private: bool removeFiles(const FileInfoSeq&); bool updateFiles(const FileInfoSeq&); bool updateFilesInternal(const FileInfoSeq&, const DecompressorPtr&); + bool updateFlags(const FileInfoSeq&); const PatcherFeedbackPtr _feedback; const std::string _dataDir; @@ -84,6 +85,7 @@ private: FileInfoSeq _localFiles; FileInfoSeq _updateFiles; + FileInfoSeq _updateFlags; FileInfoSeq _removeFiles; std::ofstream _log; |