#include <xmltooling/Lockable.h>
Inheritance diagram for xmltooling::Lockable:

Public Member Functions | |
| virtual Lockable * | lock ()=0 |
| Lock the associated object for exclusive access. | |
| virtual void | unlock ()=0 |
| Unlock the associated object from exclusive access. | |
|
|
Lock the associated object for exclusive access.
Implemented in xmltooling::ReloadableXMLFile. |
1.4.6