xmltooling
3.3.0
|
Abstract mixin interface for interfaces that support locking. More...
#include <xmltooling/Lockable.h>
Public Member Functions | |
virtual Lockable * | lock ()=0 |
Lock the associated object for exclusive access. More... | |
virtual void | unlock ()=0 |
Unlock the associated object from exclusive access. | |
Abstract mixin interface for interfaces that support locking.
|
pure virtual |
Lock the associated object for exclusive access.
Implemented in xmltooling::ReloadableXMLFile.