summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2015-08-06 20:36:19 +0900
committerSangyoon Jang <s89.jang@samsung.com>2015-08-06 19:20:06 -0700
commit0c228ce392d1ccd898788c57afaf623c2316f46c (patch)
tree959dded5cf00dc96a7ed9f48e59143fd235866e1 /include
parent5e2d56ca587cbaf84e96ba81abb3e85eca25b05c (diff)
downloadapplication-0c228ce392d1ccd898788c57afaf623c2316f46c.tar.gz
application-0c228ce392d1ccd898788c57afaf623c2316f46c.tar.bz2
application-0c228ce392d1ccd898788c57afaf623c2316f46c.zip
Change-Id: I3e6b068853a2c4b3195928c4b29136bb572fd5ed Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/app_preference_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/app_preference_internal.h b/include/app_preference_internal.h
index cb670fe..1092753 100644
--- a/include/app_preference_internal.h
+++ b/include/app_preference_internal.h
@@ -57,6 +57,11 @@ extern "C" {
#define PREFERENCE_ERROR_WRONG_TYPE -3
/**
+ * @brief Definition for PREFERENCE_ERROR_OUT_OF_MEMORY.
+ */
+#define PREFERENCE_ERROR_OUT_OF_MEMORY -12
+
+/**
* @brief Definition for PREFERENCE_ERROR_FILE_OPEN.
*/
#define PREFERENCE_ERROR_FILE_OPEN -21