CernVM-FS
2.12.0
|
#include <repository_util.h>
Public Member Functions | |
ServerLockFileGuard (ServerLockFile &lock) | |
~ServerLockFileGuard () | |
Private Attributes | |
ServerLockFile & | lock_ |
Additional Inherited Members | |
Private Member Functions inherited from SingleCopy | |
SingleCopy () | |
RAII lock owner for ServerLockFile
TODO(mcb30): C++11 - replace by std::lock_guard<ServerLockFile>
Definition at line 94 of file repository_util.h.
|
inlineexplicit |
|
inline |
|
private |
Definition at line 104 of file repository_util.h.
Referenced by ServerLockFileGuard(), and ~ServerLockFileGuard().