diff options
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.h')
-rw-r--r-- | cpp/src/Ice/ProxyFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ProxyFactory.h b/cpp/src/Ice/ProxyFactory.h index a3fee45fc6c..4df2d50d927 100644 --- a/cpp/src/Ice/ProxyFactory.h +++ b/cpp/src/Ice/ProxyFactory.h @@ -40,7 +40,7 @@ public: Ice::ObjectPrx referenceToProxy(const ReferencePtr&) const; - void checkRetryAfterException(const Ice::LocalException&, const ReferencePtr&, OutgoingAsync*, int&) const; + int checkRetryAfterException(const Ice::LocalException&, const ReferencePtr&, bool, int&) const; private: |