libzypp  17.31.31
final_p.cc
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 ----------------------------------------------------------------------*/
9 
12 #include "final_p.h"
13 
14 namespace zyppng {
15 
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 }
#define MIL
Definition: Logger.h:96
DownloadSpec _spec
Definition: base_p.h:98
FinishedState(NetworkRequestError &&error, DownloadPrivate &parent)
Definition: final_p.cc:16
Definition: Arch.h:363
The NetworkRequestError class Represents a error that occured in.
const Url & url() const
Definition: downloadspec.cc:50