#include <mxmLockInterface.h>
Inheritance diagram for mxmLockInterface:
Public Member Functions | |
virtual void | acquire (void)=0 |
If the lock can not be acquired immediately, the method blocks until it can. | |
virtual void | release (void)=0 |
Releases the lock. |
[khe]
Kai Hergenroether