#include <access.h>
Public Member Functions | |
virtual void | Exlock (void)=0 |
Protocol interface to exclusive lock the object. | |
void | Lock (void) |
A convenience member function for accessing the exclusive lock. | |
virtual void | Unlock (void)=0 |
Protocol interface to release a lock. |
This is an abstract class to form objects that will operate under an exclusive lock while being actively referenced by a smart pointer.
Definition at line 50 of file access.h.