#include <RootLock.h>

Public Member Functions | |
| LockRootGuard () | |
| ~LockRootGuard () | |
| void | Unlock () |
Public Attributes | |
| bool | fLocked |
Definition at line 17 of file RootLock.h.
| LockRootGuard::LockRootGuard | ( | ) |
Definition at line 40 of file RootLock.cxx.
References fLocked, and LockRoot().

| LockRootGuard::~LockRootGuard | ( | ) |
| void LockRootGuard::Unlock | ( | ) |
Definition at line 52 of file RootLock.cxx.
References fLocked, and UnlockRoot().
Referenced by root_server_thread(), and ~LockRootGuard().
00053 { 00054 UnlockRoot(); 00055 fLocked = false; 00056 }


Definition at line 19 of file RootLock.h.
Referenced by LockRootGuard(), Unlock(), and ~LockRootGuard().
1.6.1