#include <ObjectClass.hpp>
Public Member Functions | |
GuardLock (RexxActivity *a, RexxObject *o, RexxObject *s) | |
~GuardLock () | |
Private Attributes | |
RexxActivity * | activity |
RexxObject * | target |
RexxObject * | scope |
Block guard lock on an object instance.
Definition at line 658 of file ObjectClass.hpp.
|
inline |
Definition at line 661 of file ObjectClass.hpp.
References activity, RexxObject::guardOn(), scope, and target.
|
inline |
Definition at line 667 of file ObjectClass.hpp.
References activity, RexxObject::guardOff(), scope, and target.
|
private |
Definition at line 673 of file ObjectClass.hpp.
Referenced by GuardLock(), and ~GuardLock().
|
private |
Definition at line 675 of file ObjectClass.hpp.
Referenced by GuardLock(), and ~GuardLock().
|
private |
Definition at line 674 of file ObjectClass.hpp.
Referenced by GuardLock(), and ~GuardLock().