summaryrefslogtreecommitdiff
path: root/include/common
diff options
context:
space:
mode:
authorsanghyuk Ko <sanghyuk.ko@samsung.com>2013-03-20 17:35:56 +0900
committersanghyuk Ko <sanghyuk.ko@samsung.com>2013-03-20 17:35:56 +0900
commitbbae7d1b2a06e46d75c6673b2c67badee42bbdd7 (patch)
tree703bd1a017de95aaf702cc1eb229779febfccfd0 /include/common
parent2928ee51d097094087c5a6445bea90840f6f1db6 (diff)
downloadoma-ds-agent-bbae7d1b2a06e46d75c6673b2c67badee42bbdd7.tar.gz
oma-ds-agent-bbae7d1b2a06e46d75c6673b2c67badee42bbdd7.tar.bz2
oma-ds-agent-bbae7d1b2a06e46d75c6673b2c67badee42bbdd7.zip
[Internal: API change] When profile gets, input param changed.
[Problem] - [Cause] - [Solution] - When profile gets, input param changed. Change-Id: Ia6bd333d985c7a400b630cc7d069ad4d5ff56d44
Diffstat (limited to 'include/common')
-rwxr-xr-xinclude/common/common_define_internal.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/include/common/common_define_internal.h b/include/common/common_define_internal.h
index 4c1ed97..75075e7 100755
--- a/include/common/common_define_internal.h
+++ b/include/common/common_define_internal.h
@@ -69,6 +69,7 @@
#define DEFINE_ALERT_REFRESH_FROM_SERVER_VALUE "205"
#define DEFINE_ALERT_REFRESH_FROM_CLIENT_VALUE "203"
+#define DEFINE_CONFIG_KEY_PROFILE_ID "Profile_id"
#define DEFINE_CONFIG_KEY_PROFILE_SERVER_ID "Server_id"
#define DEFINE_CONFIG_KEY_PROFILE_SYNC_MODE "Sync_mode"
#define DEFINE_CONFIG_KEY_PROFILE_SERVER_IP "Server_ip"
@@ -185,14 +186,15 @@ typedef enum {
}sync_type_e;
typedef enum {
- SYNC_INTERVAL_5_MINUTES = 0, /**< 5 minutes */
- SYNC_INTERVAL_15_MINUTES = 1, /**< 15 minutes */
- SYNC_INTERVAL_1_HOUR = 2, /**< 1 hour */
- SYNC_INTERVAL_4_HOURS = 3, /**< 4 hours */
- SYNC_INTERVAL_12_HOURS = 4, /**< 12 hours */
- SYNC_INTERVAL_1_DAY = 5, /**< 1 day */
- SYNC_INTERVAL_1_WEEK = 6, /**< 1 week */
- SYNC_INTERVAL_1_MONTH = 7 /**< 1 month */
+ SYNC_INTERVAL_NONE = 0, /**< None */
+ SYNC_INTERVAL_5_MINUTES = 1, /**< 5 minutes */
+ SYNC_INTERVAL_15_MINUTES = 2, /**< 15 minutes */
+ SYNC_INTERVAL_1_HOUR = 3, /**< 1 hour */
+ SYNC_INTERVAL_4_HOURS = 4, /**< 4 hours */
+ SYNC_INTERVAL_12_HOURS = 5, /**< 12 hours */
+ SYNC_INTERVAL_1_DAY = 6, /**< 1 day */
+ SYNC_INTERVAL_1_WEEK = 7, /**< 1 week */
+ SYNC_INTERVAL_1_MONTH = 8 /**< 1 month */
} sync_interval_e;
typedef enum {