summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch2/ClientUtil.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-08-26 10:57:14 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-08-26 10:57:14 +0000
commit7517883e56547e284826802174b83ffe36a03d59 (patch)
tree6487620c9b4812d18e2b80b2663ac7bb47b1a3ce /cpp/include/IcePatch2/ClientUtil.h
parentFix for http://www.zeroc.com/vbulletin/showthread.php?t=1612 (diff)
downloadice-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-xcpp/include/IcePatch2/ClientUtil.h2
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;