Restore TIZEN_ERROR_NOT_SUPPORT_API temporarily because usb-accessory use this still... 44/40444/1 submit/tizen/20150604.013940
authorByungWoo Lee <bw1212.lee@samsung.com>
Thu, 4 Jun 2015 01:34:32 +0000 (10:34 +0900)
committerByungWoo Lee <bw1212.lee@samsung.com>
Thu, 4 Jun 2015 01:34:32 +0000 (10:34 +0900)
Change-Id: I44695b8f1899b028411431cbe538f34e225fc03d

include/tizen_error.h

index efec872..ceeb9db 100755 (executable)
@@ -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;