summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ProxyFactory.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2002-07-02 16:02:58 +0000
committerBenoit Foucher <benoit@zeroc.com>2002-07-02 16:02:58 +0000
commite7481ff5c45af0db4e9d27cdf7ce40c4f4a50e5f (patch)
treea10459074d42944f7f1572de83c16415f6f752f8 /cpp/src/Ice/ProxyFactory.h
parentfixed connection verification bug (diff)
downloadice-e7481ff5c45af0db4e9d27cdf7ce40c4f4a50e5f.tar.bz2
ice-e7481ff5c45af0db4e9d27cdf7ce40c4f4a50e5f.tar.xz
ice-e7481ff5c45af0db4e9d27cdf7ce40c4f4a50e5f.zip
Removed Proxy _retryIntervals.
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.h')
-rw-r--r--cpp/src/Ice/ProxyFactory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ProxyFactory.h b/cpp/src/Ice/ProxyFactory.h
index 4c637d7c135..0141dccfa4c 100644
--- a/cpp/src/Ice/ProxyFactory.h
+++ b/cpp/src/Ice/ProxyFactory.h
@@ -35,6 +35,8 @@ public:
::Ice::ObjectPrx referenceToProxy(const ReferencePtr&) const;
+ const ::std::vector<int>& getRetryIntervals() const;
+
private:
ProxyFactory(const InstancePtr&);