#include <protocols.h>
Inheritance diagram for ucommon::LockingProtocol:
Protected Member Functions | |
virtual void | _lock (void) |
virtual void | _unlock (void) |
This is used for objects that may internally have sync'd functions, directly or in a derived class, that lock the current object. The default handlers do nothing but offer the virtuals as a stub.
Definition at line 121 of file protocols.h.