diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-09-25 12:16:37 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-09-25 12:16:37 +0200 |
| commit | 4d369ec30c18fc7669c73bad7178303e25ea25f0 (patch) | |
| tree | 6bc79a9273a738d89998d2f707dc30dda4e944f7 /src | |
| parent | Merge pull request #1857 from Diapolo/pro-file (diff) | |
| download | discoin-4d369ec30c18fc7669c73bad7178303e25ea25f0.tar.xz discoin-4d369ec30c18fc7669c73bad7178303e25ea25f0.zip | |
Update comment, we're no longer using boost::interprocess::scoped_lock
Diffstat (limited to 'src')
| -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 98640e6ea..e80efbe00 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 { |