diff options
Diffstat (limited to 'cpp/src/Ice/Connection.h')
-rw-r--r-- | cpp/src/Ice/Connection.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/Connection.h b/cpp/src/Ice/Connection.h index c03f824f136..4d79cc56d7c 100644 --- a/cpp/src/Ice/Connection.h +++ b/cpp/src/Ice/Connection.h @@ -11,6 +11,8 @@ #ifndef ICE_CONNECTION_H #define ICE_CONNECTION_H +#include <IceUtil/RecMutex.h> + #include <Ice/ConnectionF.h> #include <Ice/InstanceF.h> #include <Ice/TransceiverF.h> @@ -33,7 +35,7 @@ namespace IceInternal class Outgoing; -class Connection : public EventHandler, public JTCRecursiveMutex +class Connection : public EventHandler, public ::IceUtil::RecMutex { public: |