diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-15 10:06:45 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-15 10:06:45 +0000 |
commit | 2f982f8647e1947476d1ed59547db5a66bd0df6e (patch) | |
tree | e682054fc676e2a35903c6d8c0e10a573e31b80e /cpp/include/Ice/OutgoingAsync.h | |
parent | adding SSL support (diff) | |
download | ice-2f982f8647e1947476d1ed59547db5a66bd0df6e.tar.bz2 ice-2f982f8647e1947476d1ed59547db5a66bd0df6e.tar.xz ice-2f982f8647e1947476d1ed59547db5a66bd0df6e.zip |
Fixes for bug 897.
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; }; |