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