libzypp
10.5.0
|
Callback for cleaning locks which doesn't lock anything in pool. More...
#include <ZYppCallbacks.h>
Public Types | |
enum | Action { ABORT, DELETE, IGNORE } |
action performed by cleaning api to specific lock More... | |
enum | Error { NO_ERROR, ABORTED } |
result of cleaning More... | |
Public Member Functions | |
virtual void | start () |
cleaning is started | |
virtual bool | progress (int) |
progress of cleaning specifies in percents | |
virtual Action | execute (const PoolQuery &) |
When find empty lock ask what to do with it. | |
virtual void | finish (Error) |
cleaning is done |
Callback for cleaning locks which doesn't lock anything in pool.
Definition at line 612 of file ZYppCallbacks.h.
action performed by cleaning api to specific lock
Definition at line 617 of file ZYppCallbacks.h.
result of cleaning
Definition at line 626 of file ZYppCallbacks.h.
virtual void zypp::CleanEmptyLocksReport::start | ( | ) | [inline, virtual] |
cleaning is started
Definition at line 634 of file ZYppCallbacks.h.
virtual bool zypp::CleanEmptyLocksReport::progress | ( | int | ) | [inline, virtual] |
progress of cleaning specifies in percents
Definition at line 641 of file ZYppCallbacks.h.
When find empty lock ask what to do with it.
Definition at line 648 of file ZYppCallbacks.h.
virtual void zypp::CleanEmptyLocksReport::finish | ( | Error | ) | [inline, virtual] |
cleaning is done
Definition at line 655 of file ZYppCallbacks.h.