1#ifndef INC_GLOLOCKSPECIFICATION_H
2#define INC_GLOLOCKSPECIFICATION_H
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
To be able to lock objects, the 'lock mode' and the 'lock depth' are required as parameters....
Definition GloLockSpecification.h:65
virtual ~LockSpecification()
EnDeepMode getLockDeepMode() const
Getter.
EnDeepMode m_eLockDeepMode
Definition GloLockSpecification.h:89
void setLockMode(EnLockMode eLockMode)
Setter.
LockSpecification(const LockSpecification &rT)
EnLockMode m_eLockMode
Definition GloLockSpecification.h:78
EnLockMode getLockMode() const
Getter.
void setLockDeepMode(EnDeepMode eDeepMode)
Setter.
LockSpecification(EnLockMode eLockMode, EnDeepMode eDeepMode)
Definition GloAbstractBaseLot.h:49
EnDeepMode
Definition GloTypes.h:254
EnLockMode
Definition GloTypes.h:1055