diff options
Diffstat (limited to 'cpp/include/Ice/OutgoingAsync.h')
-rw-r--r-- | cpp/include/Ice/OutgoingAsync.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h index d4ed36215d2..809e05aee44 100644 --- a/cpp/include/Ice/OutgoingAsync.h +++ b/cpp/include/Ice/OutgoingAsync.h @@ -15,8 +15,6 @@ #ifndef ICE_OUTGOING_ASYNC_H #define ICE_OUTGOING_ASYNC_H -#include <IceUtil/Mutex.h> -#include <IceUtil/Monitor.h> #include <IceUtil/Time.h> #include <Ice/OutgoingAsyncF.h> #include <Ice/ReferenceF.h> @@ -69,19 +67,6 @@ private: Ice::OperationMode _mode; IceUtil::Time _absoluteTimeout; - - // - // We don't want to derive from a mutex, because this would be too - // intrusive for user code, i.e., classes that derive from this - // one in order to implement ice_exception() and ice_response(). - // - IceUtil::Monitor<IceUtil::Mutex> _monitor; - - enum - { - StateUnsent, - StateSent - } _state; }; } |