From: Hermet Park Date: Fri, 7 Sep 2018 10:42:30 +0000 (+0900) Subject: common: changed name prefix. X-Git-Tag: submit/tizen/20180917.042405~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d622094f9090e36a9742388fa61a369dcd6290a;p=platform%2Fcore%2Fuifw%2Flottie-player.git common: changed name prefix. Change-Id: I88c297713e3a899edf2eed667aafae357ea376f4 --- 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