#include <access.h>

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