diff options
Diffstat (limited to 'cpp/include/Ice/OutgoingAsync.h')
-rw-r--r-- | cpp/include/Ice/OutgoingAsync.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h index ae16ecebdd6..66412a9a6b2 100644 --- a/cpp/include/Ice/OutgoingAsync.h +++ b/cpp/include/Ice/OutgoingAsync.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. @@ -25,6 +25,7 @@ namespace IceInternal class BasicStream; class LocalExceptionWrapper; class Outgoing; +class RetryTask; class ICE_API OutgoingAsyncMessageCallback : virtual public IceUtil::Shared { @@ -49,6 +50,8 @@ public: protected: + friend class ::IceInternal::RetryTask; + void __acquireCallback(const Ice::ObjectPrx&); void __releaseCallback(const Ice::LocalException&); void __releaseCallback() @@ -83,6 +86,7 @@ public: void __finished(const Ice::LocalException&); void __finished(const LocalExceptionWrapper&); + void __retry(int); bool __send(); protected: |