diff options
Diffstat (limited to 'cpp/include/Ice/OutgoingAsync.h')
-rw-r--r-- | cpp/include/Ice/OutgoingAsync.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h index 96b5d96bd2d..360ddf18acb 100644 --- a/cpp/include/Ice/OutgoingAsync.h +++ b/cpp/include/Ice/OutgoingAsync.h @@ -159,6 +159,7 @@ protected: const CommunicatorPtr _communicator; const IceInternal::InstancePtr _instance; const std::string& _operation; + Ice::ConnectionPtr _cachedConnection; const IceInternal::CallbackBasePtr _callback; const LocalObjectPtr _cookie; |