~michael-sheldon/content-hub/download-enum-fix

« back to all changes in this revision

Viewing changes to src/com/ubuntu/content/transfer.cpp

  • Committer: Michael Sheldon
  • Date: 2014-05-20 16:19:54 UTC
  • Revision ID: michael.sheldon@canonical.com-20140520161954-xzowi824rmf1wryi
Revert State enum to previous state and implement separate DownloadState

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    return d->state();
58
58
}
59
59
 
 
60
cuc::Transfer::DownloadState cuc::Transfer::downloadState() const
 
61
{
 
62
    return d->downloadState();
 
63
}
 
64
 
60
65
bool cuc::Transfer::start()
61
66
{
62
67
    return d->start();