From e929913528eae79d44856eb291508eb16be8f820 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Thu, 4 Jun 2015 10:34:32 +0900 Subject: [PATCH] Restore TIZEN_ERROR_NOT_SUPPORT_API temporarily because usb-accessory use this still. But it MUST be removed. Change-Id: I44695b8f1899b028411431cbe538f34e225fc03d --- include/tizen_error.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1