libzypp
10.5.0
|
#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 531 of file ZYppCallbacks.h.
Definition at line 533 of file ZYppCallbacks.h.
Definition at line 539 of file ZYppCallbacks.h.
virtual void zypp::target::rpm::RebuildDBReport::start | ( | Pathname | ) | [inline, virtual] |
Definition at line 544 of file ZYppCallbacks.h.
virtual bool zypp::target::rpm::RebuildDBReport::progress | ( | int | , |
Pathname | |||
) | [inline, virtual] |
Definition at line 546 of file ZYppCallbacks.h.
virtual Action zypp::target::rpm::RebuildDBReport::problem | ( | Pathname | , |
Error | , | ||
const std::string & | |||
) | [inline, virtual] |
Definition at line 549 of file ZYppCallbacks.h.
virtual void zypp::target::rpm::RebuildDBReport::finish | ( | Pathname | , |
Error | , | ||
const std::string & | |||
) | [inline, virtual] |
Definition at line 555 of file ZYppCallbacks.h.