#include <RpmCallbacks.h>
Public Types | |
| enum | Action { ABORT, RETRY, IGNORE } |
Public Member Functions | |
| virtual void | start (const Pathname &name) |
| Start the operation. | |
| virtual bool | progress (unsigned percent) |
| Inform about progress Return false on abort. | |
| virtual void | finish () |
| Finish operation in case of success. | |
| virtual Action | problem (Exception &excpt_r) |
| virtual void | finish (Exception &excpt_r) |
| Finish operation in case of fail, report fail exception. | |
Definition at line 70 of file RpmCallbacks.h.
| virtual void zypp::target::rpm::RpmInstallReport::start | ( | const Pathname & | name | ) | [inline, virtual] |
| virtual bool zypp::target::rpm::RpmInstallReport::progress | ( | unsigned | percent | ) | [inline, virtual] |
| virtual void zypp::target::rpm::RpmInstallReport::finish | ( | ) | [inline, virtual] |
| virtual Action zypp::target::rpm::RpmInstallReport::problem | ( | Exception & | excpt_r | ) | [inline, virtual] |
Definition at line 95 of file RpmCallbacks.h.
References ABORT.
Referenced by zypp::target::RpmInstallPackageReceiver::problem().
| virtual void zypp::target::rpm::RpmInstallReport::finish | ( | Exception & | excpt_r | ) | [inline, virtual] |
Finish operation in case of fail, report fail exception.
Definition at line 101 of file RpmCallbacks.h.
1.5.3