summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ProxyFactory.h
diff options
context:
space:
mode:
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&);