X2 Standard
Version 1.24
|
The MutexInterface provides a cross-platform mutex. More...
#include <mutexinterface.h>
Public Member Functions | |
virtual void | lock ()=0 |
virtual void | unlock ()=0 |
The MutexInterface provides a cross-platform mutex.
The MutexInterface is a cross-platform mutex interface passed to X2 implementors. Provides X2 implementors an operating system agnostic mutex. Tested and works on Windows, Mac, Ubuntu Linux.
|
pure virtual |
Locks the mutex.
|
pure virtual |
Unlocks the mutex.