~xavi-garcia-mena/keeper/owncloud-test

« back to all changes in this revision

Viewing changes to src/service/keeper-task-backup.h

  • Committer: Xavi Garcia Mena
  • Date: 2016-11-08 09:03:09 UTC
  • Revision ID: xavi.garcia.mena@canonical.com-20161108090309-bftp84dntt1jycql
storing the manifest file at the end of the last backup task to avoid race conditions

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    Q_DECLARE_PRIVATE(KeeperTaskBackup)
30
30
public:
31
31
 
32
 
    KeeperTaskBackup(TaskData const & task_data,
 
32
    KeeperTaskBackup(TaskData & task_data,
33
33
               QSharedPointer<HelperRegistry> const & helper_registry,
34
34
               QSharedPointer<StorageFrameworkClient> const & storage,
35
35
               QObject *parent = nullptr);