Fixed comment.

This commit is contained in:
crs 2004-02-29 17:36:32 +00:00
parent b8606412d6
commit 8f083a2e65
1 changed files with 2 additions and 3 deletions

View File

@ -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;