From 2d622094f9090e36a9742388fa61a369dcd6290a Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 7 Sep 2018 19:42:30 +0900 Subject: [PATCH] common: changed name prefix. Change-Id: I88c297713e3a899edf2eed667aafae357ea376f4 --- inc/lottiecommon.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/inc/lottiecommon.h b/inc/lottiecommon.h index 090b4c2..22400e6 100644 --- a/inc/lottiecommon.h +++ b/inc/lottiecommon.h @@ -30,13 +30,13 @@ typedef enum { //TODO: Coding convention?? - LOT_PLAYER_ERROR_NONE = 0, - LOT_PLAYER_ERROR_NOT_PERMITTED, - LOT_PLAYER_ERROR_OUT_OF_MEMORY, - LOT_PLAYER_ERROR_INVALID_PARAMETER, - LOT_PLAYER_ERROR_RESULT_OUT_OF_RANGE, - LOT_PLAYER_ERROR_ALREADY_IN_PROGRESS, - LOT_PLAYER_ERROR_UNKNOWN + LOT_ANIMATION_ERROR_NONE = 0, + LOT_ANIMATION_ERROR_NOT_PERMITTED, + LOT_ANIMATION_ERROR_OUT_OF_MEMORY, + LOT_ANIMATION_ERROR_INVALID_PARAMETER, + LOT_ANIMATION_ERROR_RESULT_OUT_OF_RANGE, + LOT_ANIMATION_ERROR_ALREADY_IN_PROGRESS, + LOT_ANIMATION_ERROR_UNKNOWN } LOTErrorType; typedef enum -- 2.34.1