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