From: <ric...@us...> - 2011-11-07 23:31:42
|
Revision: 1173 http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1173&view=rev Author: rich_sposato Date: 2011-11-07 23:31:36 +0000 (Mon, 07 Nov 2011) Log Message: ----------- Cosmetic changes. Modified Paths: -------------- trunk/test/LevelMutex/main.cpp Modified: trunk/test/LevelMutex/main.cpp =================================================================== --- trunk/test/LevelMutex/main.cpp 2011-11-04 00:54:46 UTC (rev 1172) +++ trunk/test/LevelMutex/main.cpp 2011-11-07 23:31:36 UTC (rev 1173) @@ -14,12 +14,7 @@ // //////////////////////////////////////////////////////////////////////////////// -// $Id$ - -// ---------------------------------------------------------------------------- - - #include "loki/LevelMutex.h" #include "MultiThreadTests.hpp" @@ -522,7 +517,6 @@ ExceptionMutex mutex2a( 2 ); mutex2a.GetMutexPolicy().SetTossPolicy( ExceptionTossingMutex::Never ); MutexErrors::Type result = MutexErrors::Success; - try { mutex1a.Lock(); @@ -557,6 +551,7 @@ ExceptionMutex mutex2d( 2 ); mutex2d.GetMutexPolicy().SetTossPolicy( ExceptionTossingMutex::Never ); LevelMutexInfo::MutexContainer mutexes; + try { mutexes.push_back( &mutex2a ); @@ -587,6 +582,7 @@ ExceptionMutex mutex3b( 3 ); mutex3b.GetMutexPolicy().SetTossPolicy( ExceptionTossingMutex::Never ); mutexes.clear(); + try { mutexes.push_back( &mutex3a ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |