1
/*---------------------------------------------------------------------\
3
| |__ / \ / / . \ . \ |
8
\---------------------------------------------------------------------*/
11
#include "zypp/base/String.h"
12
#include "zypp/base/Logger.h"
13
#include "zypp/base/Function.h"
15
#include "zypp/Date.h"
17
#include "Downloader.h"
18
#include "zypp/repo/MediaInfoDownloader.h"
19
#include "zypp/base/UserRequestException.h"
28
Downloader::Downloader()
31
Downloader::Downloader(const RepoInfo & repoinfo) : _repoinfo(repoinfo)
34
Downloader::~Downloader()
38
RepoStatus Downloader::status( MediaSetAccess &media )
40
WAR << "Non implemented" << endl;
44
void Downloader::download( MediaSetAccess &media,
45
const Pathname &dest_dir,
46
const ProgressData::ReceiverFnc & progress )
48
WAR << "Non implemented" << endl;