common: changed name prefix. 99/188699/1
authorHermet Park <hermetpark@gmail.com>
Fri, 7 Sep 2018 10:42:30 +0000 (19:42 +0900)
committerHermet Park <hermetpark@gmail.com>
Fri, 7 Sep 2018 10:42:30 +0000 (19:42 +0900)
Change-Id: I88c297713e3a899edf2eed667aafae357ea376f4

inc/lottiecommon.h

index 090b4c2..22400e6 100644 (file)
 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