~unity-api-team/storage-framework/vivid

« back to all changes in this revision

Viewing changes to src/qt/client/Downloader.cpp

  • Committer: Michi Henning
  • Date: 2016-05-23 02:27:16 UTC
  • mto: (8.12.2 add-etag)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: michi.henning@canonical.com-20160523022716-jpaudmuan8vxxgch
More fleshing out of the local client implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
namespace client
12
12
{
13
13
 
 
14
Downloader::Downloader(internal::DownloaderImpl* p)
 
15
    : p_(p)
 
16
{
 
17
}
 
18
 
 
19
Downloader::~Downloader() = default;
 
20
 
14
21
std::shared_ptr<File> Downloader::file() const
15
22
{
16
23
    return p_->file();