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 d30776f..25f7304 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 1f12596..a8773d5 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