diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-07-02 16:02:58 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-07-02 16:02:58 +0000 |
commit | e7481ff5c45af0db4e9d27cdf7ce40c4f4a50e5f (patch) | |
tree | a10459074d42944f7f1572de83c16415f6f752f8 /cpp/src/Ice/ProxyFactory.h | |
parent | fixed connection verification bug (diff) | |
download | ice-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.h | 2 |
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&); |