~xavi-garcia-mena/keeper/restore

« back to all changes in this revision

Viewing changes to src/service/keeper.cpp

  • Committer: Xavi Garcia Mena
  • Date: 2016-11-21 11:09:07 UTC
  • Revision ID: xavi.garcia.mena@canonical.com-20161121110907-wh3i8tngoey5qvuw
Removed test dbus method for waiting to the helper to be ready

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
        return QDBusUnixFileDescriptor(0);
302
302
    }
303
303
 
304
 
    void restore_ready()
305
 
    {
306
 
        task_manager_.restore_ready();
307
 
    }
308
 
 
309
304
    void cancel()
310
305
    {
311
306
        task_manager_.cancel();
383
378
    return d->start_restore(bus, msg);
384
379
}
385
380
 
386
 
void
387
 
Keeper::RestoreReady()
388
 
{
389
 
    Q_D(Keeper);
390
 
 
391
 
    return d->restore_ready();
392
 
}
393
 
 
394
381
QVariantDictMap
395
382
Keeper::get_backup_choices_var_dict_map(QDBusConnection bus,
396
383
                                        QDBusMessage const & msg)