add the old style system-setting error code (testing only) 66/49666/1 accepted/tizen/mobile/20151017.101236 accepted/tizen/tv/20151017.101458 accepted/tizen/wearable/20151017.101924 submit/tizen/20151017.072451 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorMyoungJune Park <mj2004.park@samsung.com>
Sat, 17 Oct 2015 06:27:14 +0000 (15:27 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Sat, 17 Oct 2015 06:27:14 +0000 (15:27 +0900)
Change-Id: I50e9e9a00e6327144e1a555259d148fb35bf7988

include/system_settings.h

index 32b58a5..2c6066f 100644 (file)
@@ -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 */