diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-09-25 12:16:37 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-09-25 12:16:37 +0200 |
commit | 4d369ec30c18fc7669c73bad7178303e25ea25f0 (patch) | |
tree | 6bc79a9273a738d89998d2f707dc30dda4e944f7 /src/sync.h | |
parent | f5cb3488be9110d52c20404fd297787d24830cf8 (diff) |
Update comment, we're no longer using boost::interprocess::scoped_lock
Diffstat (limited to 'src/sync.h')
-rw-r--r-- | src/sync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync.h b/src/sync.h index 98640e6eab..e80efbe001 100644 --- a/src/sync.h +++ b/src/sync.h @@ -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 { |