diff options
Diffstat (limited to 'cpp/include/Ice/OutgoingAsyncF.h')
-rw-r--r-- | cpp/include/Ice/OutgoingAsyncF.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Ice/OutgoingAsyncF.h b/cpp/include/Ice/OutgoingAsyncF.h index ef6b075b082..c889ba32c4c 100644 --- a/cpp/include/Ice/OutgoingAsyncF.h +++ b/cpp/include/Ice/OutgoingAsyncF.h @@ -29,9 +29,9 @@ class ProxyOutgoingAsyncBase; ICE_API IceUtil::Shared* upCast(ProxyOutgoingAsyncBase*); typedef IceInternal::Handle<ProxyOutgoingAsyncBase> ProxyOutgoingAsyncBasePtr; -class CommunicatorFlushBatch; -ICE_API IceUtil::Shared* upCast(CommunicatorFlushBatch*); -typedef IceInternal::Handle<CommunicatorFlushBatch> CommunicatorFlushBatchPtr; +class CommunicatorFlushBatchAsync; +ICE_API IceUtil::Shared* upCast(CommunicatorFlushBatchAsync*); +typedef IceInternal::Handle<CommunicatorFlushBatchAsync> CommunicatorFlushBatchAsyncPtr; } |