00001 /******************************************************************************* 00002 * Copyright (c) 1999-2008 ACCESS CO., LTD. All rights reserved. 00003 * Copyright (c) 2006 PalmSource, Inc (an ACCESS company). All rights reserved. 00004 *******************************************************************************/ 00005 00014 #ifndef __ALP_HOTSYNC_H__ 00015 #define __ALP_HOTSYNC_H__ 00016 00017 #include <alp/hs_status.h> 00018 00019 00020 #ifdef __cplusplus 00021 extern "C" { 00022 #endif 00023 00030 // ----------------------------------------------------------------------- 00031 #define ALP_HS_NOTIFY_APP_ID_SERVER "sync" 00032 00033 00035 #define ALP_HS_NOTIFY_EVENT_BEGIN "/alp/hotsync/begin" 00036 #define ALP_HS_NOTIFY_EVENT_END "/alp/hotsync/end" 00037 00038 #define ALP_HS_NOTIFY_RESTORE_BEGIN "/alp/hotsync/restore-begin" 00039 #define ALP_HS_NOTIFY_RESTORE_END "/alp/hotsync/restore-end" 00040 00041 #define ALP_HS_NOTIFY_BACKUP_BEGIN "/alp/hotsync/backup-begin" 00042 #define ALP_HS_NOTIFY_BACKUP_END "/alp/hotsync/backup-end" 00043 // @} 00044 00046 00047 #ifdef __cplusplus 00048 } // extern "C" 00049 #endif 00050 00051 #endif /* __ALP_HOTSYNC_H__ */
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.