libzypp 17.31.23
|
#include </home/abuild/rpmbuild/BUILD/libzypp-17.31.23/zypp-curl/ng/network/private/downloaderstates/final_p.h>
Public Member Functions | |
FinishedState (NetworkRequestError &&error, DownloadPrivate &parent) | |
void | enter () |
void | exit () |
Public Attributes | |
NetworkRequestError | _error |
Final state implementation, we enter this state as the very last step. It carries the result of the whole operation.
zyppng::FinishedState::FinishedState | ( | NetworkRequestError && | error, |
DownloadPrivate & | parent | ||
) |
Definition at line 16 of file final_p.cc.
NetworkRequestError zyppng::FinishedState::_error |