Unlocks the global lock object on destruction. More...
#include <GCSynch.h>
Public Member Functions | |
| CGlobalLockUnlocker (CGlobalLock &lock) | |
| ~CGlobalLockUnlocker () | |
| void | UnlockEarly (void) |
| This function allows to unlock the object early before the object is destroyed. | |
Protected Attributes | |
| CGlobalLock & | m_Lock |
| bool | m_enabled |
Unlocks the global lock object on destruction.
This is for automatic UNLOCKING only. We can't do automatic locking here since there is no returnvalue for contructors
|
inline |
|
inline |
|
inline |
This function allows to unlock the object early before the object is destroyed.
|
protected |
|
protected |