Update comment, we're no longer using boost::interprocess::scoped_lock

This commit is contained in:
Wladimir J. van der Laan 2012-09-25 12:16:37 +02:00
parent f5cb3488be
commit 4d369ec30c

View file

@ -31,7 +31,7 @@ void static inline LeaveCritical() {}
void PrintLockContention(const char* pszName, const char* pszFile, int nLine);
#endif
/** Wrapper around boost::interprocess::scoped_lock */
/** Wrapper around boost::unique_lock<Mutex> */
template<typename Mutex>
class CMutexLock
{