Public Member Functions | |
virtual void | HlaOnLockCriticalSection ()=0 |
virtual void | HlaOnUnlockCriticalSection ()=0 |
TODO:translate needed. Users must implement this method.
Note
|
pure virtual |
TODO:translate needed. If lock protection is requested by an HLA internal module, this method is called back. Users must implement this. For example, you may do critical section lock that would protect the memory from this routine.
|
pure virtual |
TODO:translate needed. It performs the opposite role of HlaOnLockCriticalSection()