Remove MM_ERROR_SOUND_NOT_SUPPORTED_OPERATION(rather it is recommended to use MM_ERRO... 87/50987/1 accepted/tizen/mobile/20151106.045846 accepted/tizen/tv/20151106.045857 accepted/tizen/wearable/20151106.045911 submit/tizen/20151105.120840
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 4 Nov 2015 08:29:53 +0000 (17:29 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 4 Nov 2015 08:32:19 +0000 (17:32 +0900)
[Version] Release 0.2.91
[Profile] Common
[Issue Type] code clean-up

Change-Id: I3bfbba16546dd13c157b8e2c6f07e9d03f1a8638

include/mm_error.h
packaging/libmm-common.spec

index d30776fe108ebdaac36b0cd0550fe2392e387caa..25f73044f240068005bcc1bc6e18eab930b95b4b 100755 (executable)
@@ -95,7 +95,7 @@
 #define MM_ERROR_SOUND_SEEK                            (MM_ERROR_SOUND_CLASS | 0x08)           /**< Seek related errors */
 #define MM_ERROR_SOUND_INVALID_POINTER                 (MM_ERROR_SOUND_CLASS | 0x09)           /**< Invalid pointer */
 #define MM_ERROR_SOUND_PERMISSION_DENIED               (MM_ERROR_SOUND_CLASS | 0x0a)           /**< Permission Denied */
-#define MM_ERROR_SOUND_NOT_SUPPORTED_OPERATION         (MM_ERROR_SOUND_CLASS | 0x10)           /**< Not supported operation */
+#define MM_ERROR_SOUND_INVALID_OPERATION               (MM_ERROR_SOUND_CLASS | 0x10)           /**< Invalid operation */
 #define MM_ERROR_SOUND_NO_DATA                         (MM_ERROR_SOUND_CLASS | 0x11)           /**< No data */
 
 #define MM_ERROR_SOUND_INVALID_FILE                    (MM_ERROR_SOUND_CLASS | 0x21)           /**< Invalid file */
index 1f125967a34fd4da62d975c8cd8d7273bbd2b51d..a8773d5b126b6b9884814fbadd490d69a0d35c16 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-common
 Summary:    Multimedia Framework Common Lib
-Version:    0.2.90
+Version:    0.2.91
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0