summaryrefslogtreecommitdiff
path: root/email-common-use
diff options
context:
space:
mode:
authorintae, jeon <intae.jeon@samsung.com>2016-08-31 10:51:39 +0900
committerintae, jeon <intae.jeon@samsung.com>2016-08-31 10:51:39 +0900
commitb2ede1180e5b0cf8bcb8f4ed0b153c5f4cf6c869 (patch)
tree9b1bb32dee2a69fcaca2c9d29d1a563aa2bfe207 /email-common-use
parentdf1f2ae26ad4d2839544a20a3b65c174fa860e22 (diff)
downloademail-service-b2ede1180e5b0cf8bcb8f4ed0b153c5f4cf6c869.tar.gz
email-service-b2ede1180e5b0cf8bcb8f4ed0b153c5f4cf6c869.tar.bz2
email-service-b2ede1180e5b0cf8bcb8f4ed0b153c5f4cf6c869.zip
Change-Id: Ic2046eb25dbde99286707c7f83801b7ce17ab6d3 Signed-off-by: intae, jeon <intae.jeon@samsung.com>
Diffstat (limited to 'email-common-use')
-rwxr-xr-xemail-common-use/include/email-errors.h2
-rwxr-xr-xemail-common-use/include/email-internal-types.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/email-common-use/include/email-errors.h b/email-common-use/include/email-errors.h
index 764ef54..b3c2e88 100755
--- a/email-common-use/include/email-errors.h
+++ b/email-common-use/include/email-errors.h
@@ -188,7 +188,7 @@
#define EMAIL_ERROR_MDM_SERVICE_FAILURE -7100 /**< The MDM service did not work */
#define EMAIL_ERROR_MDM_RESTRICTED_MODE -7101 /**< The MDM service is in restricted mode */
#define EMAIL_ERROR_NOTI -7110 /**< The Notification API returned the error */
-#define EMAIL_ERROR_DPM_RESTRICTED_MODE -7201 /**< The DPM service is in restricted mode */
+#define EMAIL_ERROR_DPM_RESTRICTED_MODE TIZEN_ERROR_DEVICE_POLICY_RESTRICTION /**< The DPM service is in restricted mode */
/* Etc */
#define EMAIL_ERROR_ALREADY_INITIALIZED -7321 /**< The thread is already intialized */
diff --git a/email-common-use/include/email-internal-types.h b/email-common-use/include/email-internal-types.h
index 57350ca..1061a8b 100755
--- a/email-common-use/include/email-internal-types.h
+++ b/email-common-use/include/email-internal-types.h
@@ -92,7 +92,7 @@ extern "C"
/* #define __FEATURE_IMAP_QUOTA__ */
-/* #define TIZEN_FEATURE_EMAIL_DPM */
+#define TIZEN_FEATURE_EMAIL_DPM
/* ----------------------------------------------------------------------------- */
/* Macro */
#ifndef NULL