#include <ZYppCallbacks.h>
Public Types | |
| enum | Action { ABORT, RETRY } |
| enum | Error { NO_ERROR, NOT_FOUND, IO, INVALID, UNKNOWN } |
Public Member Functions | |
| virtual void | start (const Url &) |
| virtual void | failedProbe (const Url &, const std::string &) |
| virtual void | successProbe (const Url &, const std::string &) |
| virtual void | finish (const Url &, Error, const std::string &) |
| virtual bool | progress (const Url &, int) |
| virtual Action | problem (const Url &, Error, const std::string &) |
Definition at line 177 of file ZYppCallbacks.h.
| virtual void zypp::repo::ProbeRepoReport::start | ( | const Url & | ) | [inline, virtual] |
Definition at line 192 of file ZYppCallbacks.h.
| virtual void zypp::repo::ProbeRepoReport::failedProbe | ( | const Url & | , | |
| const std::string & | ||||
| ) | [inline, virtual] |
Definition at line 193 of file ZYppCallbacks.h.
| virtual void zypp::repo::ProbeRepoReport::successProbe | ( | const Url & | , | |
| const std::string & | ||||
| ) | [inline, virtual] |
Definition at line 194 of file ZYppCallbacks.h.
| virtual void zypp::repo::ProbeRepoReport::finish | ( | const Url & | , | |
| Error | , | |||
| const std::string & | ||||
| ) | [inline, virtual] |
Definition at line 195 of file ZYppCallbacks.h.
| virtual bool zypp::repo::ProbeRepoReport::progress | ( | const Url & | , | |
| int | ||||
| ) | [inline, virtual] |
Definition at line 197 of file ZYppCallbacks.h.
1.5.3