From: <sv...@ww...> - 2004-06-23 06:26:12
|
Author: mkrose Date: 2004-06-22 23:26:05 -0700 (Tue, 22 Jun 2004) New Revision: 1063 Modified: trunk/CSP/SimData/Include/SimData/ThreadBase.h Log: Fix ScopedUnlock dtor name. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1063 Modified: trunk/CSP/SimData/Include/SimData/ThreadBase.h =================================================================== --- trunk/CSP/SimData/Include/SimData/ThreadBase.h 2004-06-23 06:24:22 UTC (rev 1062) +++ trunk/CSP/SimData/Include/SimData/ThreadBase.h 2004-06-23 06:26:05 UTC (rev 1063) @@ -463,7 +463,7 @@ /** Release the underlying lock. */ - ~ScopedLock() { + ~ScopedUnLock() { m_lock.lock(); } |