|
webappmanager
|
#include <BackupManager.h>
Public Member Functions | |
| bool | init (GMainLoop *mainLoop) |
| void | dbDumpStarted (const Palm::DbBackupStatus &status, void *userData) |
| void | dbDumpStopped (const Palm::DbBackupStatus &status, void *userData) |
| void | dbRestoreStarted (const Palm::DbBackupStatus &status, void *userData) |
| void | dbRestoreStopped (const Palm::DbBackupStatus &status, void *userData) |
Static Public Member Functions | |
| static BackupManager * | instance () |
Manages the backup and restore of the Mojo applications (files and HTML5 databases) for the system.
| void BackupManager::dbDumpStarted | ( | const Palm::DbBackupStatus & | status, |
| void * | userData | ||
| ) |
| void BackupManager::dbDumpStopped | ( | const Palm::DbBackupStatus & | status, |
| void * | userData | ||
| ) |
| void BackupManager::dbRestoreStarted | ( | const Palm::DbBackupStatus & | status, |
| void * | userData | ||
| ) |
| void BackupManager::dbRestoreStopped | ( | const Palm::DbBackupStatus & | status, |
| void * | userData | ||
| ) |
| bool BackupManager::init | ( | GMainLoop * | mainLoop | ) |
Initialize the backup manager.
|
static |