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 563 of file ZYppCallbacks.h.
Definition at line 565 of file ZYppCallbacks.h.
Definition at line 571 of file ZYppCallbacks.h.
virtual void zypp::target::rpm::ConvertDBReport::start | ( | Pathname | ) | [inline, virtual] |
Definition at line 576 of file ZYppCallbacks.h.
virtual bool zypp::target::rpm::ConvertDBReport::progress | ( | int | , |
Pathname | |||
) | [inline, virtual] |
Definition at line 580 of file ZYppCallbacks.h.
virtual Action zypp::target::rpm::ConvertDBReport::problem | ( | Pathname | , |
Error | , | ||
const std::string & | |||
) | [inline, virtual] |
Definition at line 583 of file ZYppCallbacks.h.
virtual void zypp::target::rpm::ConvertDBReport::finish | ( | Pathname | , |
Error | , | ||
const std::string & | |||
) | [inline, virtual] |
Definition at line 589 of file ZYppCallbacks.h.