#include <ZYppCallbacks.h>
Public Types | |
| enum | Action { ABORT, RETRY, IGNORE } |
| enum | Error { NO_ERROR, NOT_FOUND, IO, INVALID } |
Public Member Functions | |
| virtual void | start (Resolvable::constPtr) |
| virtual bool | progress (int, Resolvable::constPtr) |
| virtual Action | problem (Resolvable::constPtr, Error, const std::string &) |
| virtual void | finish (Resolvable::constPtr, Error, const std::string &) |
Definition at line 458 of file ZYppCallbacks.h.
| virtual void zypp::target::rpm::RemoveResolvableReport::start | ( | Resolvable::constPtr | ) | [inline, virtual] |
Definition at line 473 of file ZYppCallbacks.h.
| virtual bool zypp::target::rpm::RemoveResolvableReport::progress | ( | int | , | |
| Resolvable::constPtr | ||||
| ) | [inline, virtual] |
Definition at line 477 of file ZYppCallbacks.h.
| virtual Action zypp::target::rpm::RemoveResolvableReport::problem | ( | Resolvable::constPtr | , | |
| Error | , | |||
| const std::string & | ||||
| ) | [inline, virtual] |
| virtual void zypp::target::rpm::RemoveResolvableReport::finish | ( | Resolvable::constPtr | , | |
| Error | , | |||
| const std::string & | ||||
| ) | [inline, virtual] |
Definition at line 486 of file ZYppCallbacks.h.
1.5.3