summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch2/ClientUtil.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-08-19 14:35:34 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-08-19 14:35:34 +0000
commit03fb156e997f64dd80d695d34c4eaeefc4ca0956 (patch)
treecb63867223b81f0fd8db37c22e8c5de450a32ae3 /cpp/include/IcePatch2/ClientUtil.h
parentbug fix (diff)
downloadice-03fb156e997f64dd80d695d34c4eaeefc4ca0956.tar.bz2
ice-03fb156e997f64dd80d695d34c4eaeefc4ca0956.tar.xz
ice-03fb156e997f64dd80d695d34c4eaeefc4ca0956.zip
Added initial IcePatch2 support in IceGrid.
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 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&);