libzypp
17.35.8
final_p.cc
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
----------------------------------------------------------------------*/
9
10
#include <
zypp-curl/ng/network/private/downloader_p.h
>
11
#include <
zypp-curl/ng/network/private/mediadebug_p.h
>
12
#include "
final_p.h
"
13
14
namespace
zyppng
{
15
16
FinishedState::FinishedState
(
NetworkRequestError
&&error,
DownloadPrivate
&parent)
17
:
SimpleState
( parent )
18
,
_error
(
std
::move(error) )
19
{
20
MIL
<<
"About to enter FinishedState for url "
<<
parent
._spec.url() << std::endl;
21
}
22
23
}
MIL
#define MIL
Definition:
Logger.h:98
zyppng::DownloadPrivate
Definition:
downloader_p.h:89
final_p.h
zyppng::SimpleState
Definition:
statemachine.h:600
zyppng::FinishedState::FinishedState
FinishedState(NetworkRequestError &&error, DownloadPrivate &parent)
Definition:
final_p.cc:16
std
Definition:
Arch.h:363
mediadebug_p.h
zyppng::Base::parent
WeakPtr parent() const
Definition:
base.cc:26
_error
zypp::repo::RepoException _error
Definition:
repomanagerwf.cc:175
zyppng::NetworkRequestError
The NetworkRequestError class Represents a error that occured in.
Definition:
networkrequesterror.h:23
downloader_p.h
zyppng
Definition:
MediaNetwork.h:23
zypp-curl
ng
network
private
downloaderstates
final_p.cc
Generated by
1.8.14