|
From: <ric...@us...> - 2012-04-03 05:47:02
|
Revision: 1183
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1183&view=rev
Author: rich_sposato
Date: 2012-04-03 05:46:56 +0000 (Tue, 03 Apr 2012)
Log Message:
-----------
Made documentation comment consistent.
Modified Paths:
--------------
trunk/include/loki/LevelMutex.h
Modified: trunk/include/loki/LevelMutex.h
===================================================================
--- trunk/include/loki/LevelMutex.h 2012-04-03 05:45:23 UTC (rev 1182)
+++ trunk/include/loki/LevelMutex.h 2012-04-03 05:46:56 UTC (rev 1183)
@@ -718,8 +718,8 @@
either pthreads or the Windows CRITICAL_SECTION. If you want to use a mutex
mechanism besides one of those, then all you have to do is provide a class
which wraps the mutex and implements these functions.
- explicit SpinLevelMutex( unsigned int level );
- virtual ~SpinLevelMutex( void );
+ explicit MutexPolicy( unsigned int level );
+ virtual ~MutexPolicy( void );
virtual MutexErrors::Type Lock( void ) volatile;
virtual MutexErrors::Type TryLock( void ) volatile;
virtual MutexErrors::Type Unlock( void ) volatile;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|