#include <xmltooling/util/Threads.h>
Public Member Functions | |
Lock (Mutex *mtx) | |
Locks and wraps the designated mutex. | |
~Lock () | |
Unlocks the wrapped mutex. |
xmltooling::Lock::Lock | ( | Mutex * | mtx | ) | [inline] |
Locks and wraps the designated mutex.
mtx | mutex to lock |