|
ReplicaNet and RNLobby
1
|
#include <ThreadClass.h>
Public Member Functions | |
| LockingMechanism (MutexClass *lockee) | |
| virtual | ~LockingMechanism () |
A simple class that handles locking of a class via the MutexClass
| LockingMechanism | ( | MutexClass * | lockee | ) |
This begins the lock of the class
| lockee | A pointer to the class to lock, that inherits from MutexClass |
|
virtual |
The dtor unlocks the class automatically
1.8.6