ATLAS Offline Software
|
To test SG lock functionality. More...
#include <MyLockableDataObj.h>
Public Member Functions | |
MyLockableDataObj () | |
virtual void | lock () |
Lock this object. More... | |
Public Attributes | |
bool | m_locked |
To test SG lock functionality.
Definition at line 18 of file MyLockableDataObj.h.
|
inline |
Definition at line 21 of file MyLockableDataObj.h.
|
inlinevirtual |
Lock this object.
When an object in StoreGate is locked via StoreGateSvc::setConst
, StoreGate will call this method on the object, provided the object derives from ILockable
.
Implements ILockable.
Definition at line 22 of file MyLockableDataObj.h.
bool MyLockableDataObj::m_locked |
Definition at line 24 of file MyLockableDataObj.h.