#include <LockHolder.h>
Public Member Functions | |
LockHolder (ILockable &lockToHold) throw (exception) | |
LockHolder (ILockable &lockToHold, bool try_lock) throw (exception) | |
virtual | ~LockHolder () |
void | release () throw (exception) |
void | reacquire () throw (exception) |
bool | is_held () |
|
|
|
|
|
|
|
|
|
|
|
|