Browse Source

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

0.8
Wladimir J. van der Laan 12 years ago
parent
commit
4d369ec30c
  1. 2
      src/sync.h

2
src/sync.h

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

Loading…
Cancel
Save