An exclusive locking protocol interface base. More...
#include <access.h>
Public Member Functions | |
virtual void | Exlock (void)=0 |
Protocol interface to exclusive lock the object. | |
void | Lock (void) |
A convience member function for accessing the exclusive lock. | |
virtual void | Unlock (void)=0 |
Protocol interface to release a lock. |
An exclusive locking protocol interface base.
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 50 of file access.h.