24 #ifndef SYNCBACKUPPROXY_H
25 #define SYNCBACKUPPROXY_H
43 Q_CLASSINFO(
"D-Bus Interface",
"com.nokia.backupclient")
83 virtual uchar
backupStarts (
const QDBusMessage &message) = 0;
100 virtual uchar
restoreStarts (
const QDBusMessage &message) = 0;
117 #endif // SYNCBACKUPPROXY_H
virtual bool getBackUpRestoreState()=0
Requests the current state og backup/restore operation.
virtual uchar restoreFinished(const QDBusMessage &message)=0
Sets the required params and starts the servers.
void restoreDone()
Notifies about completion of restore opertaion.
Definition: moc_SyncBackupProxy.cpp:236
Definition: AccountsHelper.h:31
virtual uchar restoreStarts(const QDBusMessage &message)=0
Sets the required params and stops the servers and any running sync sessions.
void startRestore()
Notifies about starting of restore operation.
Definition: moc_SyncBackupProxy.cpp:242
virtual uchar backupStarts(const QDBusMessage &message)=0
Sets the required params and stops the servers and any running sync sessions.
virtual uchar backupFinished(const QDBusMessage &message)=0
Sets the required params and starts the servers.
void backupDone()
Notifies about completion of backup.
Definition: moc_SyncBackupProxy.cpp:224
Defines a D-Bus backup proxy for the backupclient.
Definition: SyncBackupProxy.h:40
void startBackup()
Notifies about starting of backup.
Definition: moc_SyncBackupProxy.cpp:230