From 0a2a57f545bbea2f198901f129ba6e40af1d979c Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Sat, 17 Oct 2015 15:27:14 +0900 Subject: [PATCH] add the old style system-setting error code (testing only) Change-Id: I50e9e9a00e6327144e1a555259d148fb35bf7988 --- include/system_settings.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/system_settings.h b/include/system_settings.h index 32b58a5..2c6066f 100644 --- a/include/system_settings.h +++ b/include/system_settings.h @@ -46,6 +46,7 @@ typedef enum SYSTEM_SETTINGS_ERROR_IO_ERROR = TIZEN_ERROR_IO_ERROR, /**< Internal I/O error */ SYSTEM_SETTINGS_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED, /**< Permition denied */ SYSTEM_SETTINGS_ERROR_NOT_SUPPORTED = TIZEN_ERROR_NOT_SUPPORTED, /**< Not supported @if MOBILE (Since 2.3.1) @endif */ + SYSTEM_SETTINGS_ERROR_CALL_UNSUPPORTED_API = TIZEN_ERROR_NOT_SUPPORTED, /**< Not supported @if MOBILE (Since 2.3.1) @endif */ /* lock screen app error code */ SYSTEM_SETTINGS_ERROR_LOCKSCREEN_APP_PASSWORD_MODE = TIZEN_ERROR_SYSTEM_SETTING | 0x01, /**< Current lock screen app set 'password' type */ -- 2.7.4