diff options
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 9a6385d25f6..9d46a1e6ad2 100755 --- a/cpp/include/IcePatch2/ClientUtil.h +++ b/cpp/include/IcePatch2/ClientUtil.h @@ -47,6 +47,7 @@ class ICE_PATCH2_API Patcher : public IceUtil::Shared public: Patcher(const Ice::CommunicatorPtr&, const PatcherFeedbackPtr&); + Patcher(const FileServerPrx&, const PatcherFeedbackPtr&, const std::string&, bool, Ice::Int, Ice::Int); virtual ~Patcher(); // @@ -68,6 +69,7 @@ public: private: + void init(const FileServerPrx&); bool removeFiles(const FileInfoSeq&); bool updateFiles(const FileInfoSeq&); bool updateFilesInternal(const FileInfoSeq&, const DecompressorPtr&); |