diff options
Diffstat (limited to 'cpp/include/Ice/OutgoingAsync.h')
-rw-r--r-- | cpp/include/Ice/OutgoingAsync.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h index 42ab59596d5..cdb8d708e3e 100644 --- a/cpp/include/Ice/OutgoingAsync.h +++ b/cpp/include/Ice/OutgoingAsync.h @@ -56,11 +56,9 @@ private: void cleanup(); - ReferencePtr _reference; - ::Ice::ConnectionIPtr _connection; + ::Ice::ObjectPrx _proxy; int _cnt; Ice::OperationMode _mode; - bool _compress; IceUtil::Monitor<IceUtil::RecMutex> _monitor; }; |