#include <ZYppCallbacks.h>
Public Types | |
| enum | Action { ABORT, RETRY, IGNORE } |
| enum | Error { NO_ERROR, NOT_FOUND, IO, ACCESS_DENIED, ERROR } |
Public Member Functions | |
| virtual void | start (const Url &, Pathname) |
| virtual bool | progress (int, const Url &) |
| virtual Action | problem (const Url &, Error, const std::string &) |
| virtual void | finish (const Url &, Error, const std::string &) |
Definition at line 307 of file ZYppCallbacks.h.
Definition at line 315 of file ZYppCallbacks.h.
| virtual void zypp::media::DownloadProgressReport::start | ( | const Url & | , | |
| Pathname | ||||
| ) | [inline, virtual] |
Definition at line 323 of file ZYppCallbacks.h.
| virtual bool zypp::media::DownloadProgressReport::progress | ( | int | , | |
| const Url & | ||||
| ) | [inline, virtual] |
Definition at line 325 of file ZYppCallbacks.h.
| virtual void zypp::media::DownloadProgressReport::finish | ( | const Url & | , | |
| Error | , | |||
| const std::string & | ||||
| ) | [inline, virtual] |
Definition at line 334 of file ZYppCallbacks.h.
1.5.3