summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsanghyuk Ko <sanghyuk.ko@samsung.com>2013-05-08 15:32:02 +0900
committersanghyuk Ko <sanghyuk.ko@samsung.com>2013-05-08 15:32:02 +0900
commitde5fba33613f6508122327cad2e250655990a14d (patch)
tree126d24f8d46e19c1630ccd8847f104f70c4f077f /include
parenta6cbf2e4dcee63d21831bc198e381f136b1dc2a0 (diff)
downloadoma-ds-agent-de5fba33613f6508122327cad2e250655990a14d.tar.gz
oma-ds-agent-de5fba33613f6508122327cad2e250655990a14d.tar.bz2
oma-ds-agent-de5fba33613f6508122327cad2e250655990a14d.zip
[Internal: web-api issues fixed]
[Problem] - [Cause] - [Solution] - when profile refresh, check account_id validance. - fixed that interval value check error. - fixed taht uri value return error. Change-Id: Iab230400d429017e7596b4f257b86212abab46d8
Diffstat (limited to 'include')
-rwxr-xr-xinclude/common/common_define_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common/common_define_internal.h b/include/common/common_define_internal.h
index 75075e7..7187d27 100755
--- a/include/common/common_define_internal.h
+++ b/include/common/common_define_internal.h
@@ -115,6 +115,7 @@
#define DEFINE_DIVE_SERVER_ID "syn.samsungdive.com"
#define DEFINE_DIVE_DEFAULT_NEXT_NONCE "pcwds"
+#define DEFINE_SYNC_INTERVAL_NONE_STR "None"
#define DEFINE_SYNC_INTERVAL_5_MINUTES_STR "5 minutes"
#define DEFINE_SYNC_INTERVAL_15_MINUTES_STR "15 minutes"
#define DEFINE_SYNC_INTERVAL_1_HOUR_STR "1 hour"