From: ByungWoo Lee Date: Thu, 4 Jun 2015 01:34:32 +0000 (+0900) Subject: Restore TIZEN_ERROR_NOT_SUPPORT_API temporarily because usb-accessory use this still... X-Git-Tag: submit/tizen/20150604.013940^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e929913528eae79d44856eb291508eb16be8f820;p=platform%2Fcore%2Fapi%2Fcommon.git Restore TIZEN_ERROR_NOT_SUPPORT_API temporarily because usb-accessory use this still. But it MUST be removed. Change-Id: I44695b8f1899b028411431cbe538f34e225fc03d --- diff --git a/include/tizen_error.h b/include/tizen_error.h index efec872..ceeb9db 100755 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -353,6 +353,7 @@ typedef enum TIZEN_ERROR_NOT_SUPPORTED, /**< Not supported */ TIZEN_ERROR_USER_NOT_CONSENTED, /**< Not Consented */ TIZEN_ERROR_END_OF_COLLECTION + TIZEN_ERROR_NOT_SUPPORT_API = TIZEN_ERROR_NOT_SUPPORTED /**< TIZEN_ERROR_NOT_SUPPORT_API is deprecated */ } tizen_error_e;