[0.2.112] change time msg type 41/182441/2
authorEunhae Choi <eunhae1.choi@samsung.com>
Mon, 25 Jun 2018 07:12:17 +0000 (16:12 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Mon, 25 Jun 2018 07:29:58 +0000 (16:29 +0900)
- change time msg type to int64_t
- remove unused enum : MMSoftwareVolumeTableType

Change-Id: I9b069d908611ac5c849d1076f62fb55da5184cb3

include/mm_message.h
include/mm_types.h
packaging/libmm-common.spec

index c4d05a53a4984a39ff9f9ec1bf5afbdda852fcef..f33c13682885d9b34264cec8b357212bde61f3eb 100644 (file)
@@ -223,8 +223,8 @@ typedef struct {
  * time.
  */
                struct {
-                       unsigned int elapsed;   /**< Elapsed time */
-                       unsigned int total;     /**< Total time */
+                       int64_t elapsed;  /**< Elapsed time */
+                       int64_t total;    /**< Total time */
                } time;
 /**
  * connection.
index ad36a02f671ce49df5225f8f84a5c4044c928324..50dd77bed39dcc8a885bf2c4cdd7b1eb6a3f799b 100755 (executable)
@@ -164,24 +164,6 @@ enum MMVolumeChannelType {
        MM_CHANNEL_NUM = MM_VOLUME_CHANNEL_NUM,         /**< Numbers of channels */
 };
 
-/*
- * Enumerations of SW Volume Table Type.
- */
-enum MMSoftwareVolumeTableType {
-       MM_SOUND_VOLUME_TYPE_SYSTEM,            /**< Volume table for System */
-       MM_SOUND_VOLUME_TYPE_NOTIFICATION,      /**< Volume table for Notification */
-       MM_SOUND_VOLUME_TYPE_ALARM,                     /**< Volume table for Alarm */
-       MM_SOUND_VOLUME_TYPE_RINGTONE,          /**< Volume table for Ringtone */
-       MM_SOUND_VOLUME_TYPE_MEDIA,                     /**< Volume table for Multimedia */
-       MM_SOUND_VOLUME_TYPE_CALL,                      /**< Volume table for Call */
-       MM_SOUND_VOLUME_TYPE_VOIP,                      /**< Volume table for VOIP */
-       MM_SOUND_VOLUME_TYPE_VOICE,                     /**< Volume table for VOICE */
-       MM_SOUND_VOLUME_TYPE_SVOICE,                    /**< Volume table for SVOICE */
-       MM_SOUND_VOLUME_TYPE_EMERGENCY,         /**< Volume table for Emergency (FIXED) */
-       MM_SOUND_VOLUME_TYPE_NUM,
-       MM_SOUND_VOLUME_TABLE_NUM = MM_SOUND_VOLUME_TYPE_NUM,
-};
-
 /*
  * Enumerations of SW Volume Gain.
  */
index 9ac8a5bf50792843ea564b99353aea9bd96af780..ebf241ab3dba4a0b9704e0d69773b1d1194bda8f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-common
 Summary:    Multimedia Framework Common Lib
-Version:    0.2.111
+Version:    0.2.112
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0