libzypp 17.31.23
|
Manipulator for ResStatus::UserLockQueryField. More...
#include <pool/PoolImpl.h>
Static Public Member Functions | |
static void | setLock (ResStatus &status_r, bool yesno_r) |
Set lock and UserLockQuery bit according to yesno_r . | |
static void | reapplyLock (ResStatus &status_r, bool yesno_r) |
Update lock and UserLockQuery bit IFF the item gained the bit. | |
static int | diffLock (const ResStatus &status_r) |
Test whether the lock status differs from the remembered UserLockQuery bit. | |
Manipulator for ResStatus::UserLockQueryField.
Field is not public available. It is intended to remember the initial lock status usually derived from /etc/zypp/locks. So we are able to detect changes we have to write back on commit.
Definition at line 42 of file PoolImpl.h.
|
inlinestatic |
Set lock and UserLockQuery bit according to yesno_r
.
Definition at line 45 of file PoolImpl.h.
|
inlinestatic |
Update lock and UserLockQuery bit IFF the item gained the bit.
Definition at line 52 of file PoolImpl.h.
|
inlinestatic |
Test whether the lock status differs from the remembered UserLockQuery bit.
Definition at line 62 of file PoolImpl.h.