From 8f083a2e65cbaf1f3cd15a6ab81d5486b2d522f3 Mon Sep 17 00:00:00 2001 From: crs Date: Sun, 29 Feb 2004 17:36:32 +0000 Subject: [PATCH] Fixed comment. --- lib/arch/IArchMultithread.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/arch/IArchMultithread.h b/lib/arch/IArchMultithread.h index d5eaa550..55db7af9 100644 --- a/lib/arch/IArchMultithread.h +++ b/lib/arch/IArchMultithread.h @@ -142,9 +142,6 @@ public: virtual void closeMutex(CArchMutex) = 0; //! Lock a mutex - /*! - (Cancellation point) - */ virtual void lockMutex(CArchMutex) = 0; //! Unlock a mutex @@ -205,6 +202,8 @@ public: This method does nothing but is a cancellation point. Clients can make their own functions cancellation points by calling this method at appropriate times. + + (Cancellation point) */ virtual void testCancelThread() = 0;