From b51bb7c6bd2f50932219e96573939cef1f5c018c Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Mon, 31 Dec 2001 14:27:22 +0000 Subject: Remove ConstLock, and friends. --- cpp/src/Ice/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/Connection.cpp') diff --git a/cpp/src/Ice/Connection.cpp b/cpp/src/Ice/Connection.cpp index 10a7cb63d22..a51985f77ad 100644 --- a/cpp/src/Ice/Connection.cpp +++ b/cpp/src/Ice/Connection.cpp @@ -78,7 +78,7 @@ IceInternal::Connection::destroy(DestructionReason reason) bool IceInternal::Connection::destroyed() const { - IceUtil::RecMutex::ConstLock sync(*this); + IceUtil::RecMutex::Lock sync(*this); return _state >= StateClosing; } -- cgit v1.2.3