#include <ZYppCallbacks.h>
Public Types | |
| enum | Action { ABORT, RETRY, IGNORE } |
| enum | Error { NO_ERROR, FAILED } |
Public Member Functions | |
| virtual void | start (Pathname) |
| virtual bool | progress (int, Pathname) |
| virtual Action | problem (Pathname, Error, const std::string &) |
| virtual void | finish (Pathname, Error, const std::string &) |
Definition at line 494 of file ZYppCallbacks.h.
| virtual void zypp::target::rpm::RebuildDBReport::start | ( | Pathname | ) | [inline, virtual] |
Definition at line 507 of file ZYppCallbacks.h.
| virtual bool zypp::target::rpm::RebuildDBReport::progress | ( | int | , | |
| Pathname | ||||
| ) | [inline, virtual] |
Definition at line 509 of file ZYppCallbacks.h.
| virtual void zypp::target::rpm::RebuildDBReport::finish | ( | Pathname | , | |
| Error | , | |||
| const std::string & | ||||
| ) | [inline, virtual] |
Definition at line 518 of file ZYppCallbacks.h.
1.5.3