diff -r 3570217d8c21 -r 2eb3b066cc7d mmmw_plat/telephony_multimedia_service_api/inc/tmsglobalvoleffect.h --- a/mmmw_plat/telephony_multimedia_service_api/inc/tmsglobalvoleffect.h Tue May 11 16:42:02 2010 +0300 +++ b/mmmw_plat/telephony_multimedia_service_api/inc/tmsglobalvoleffect.h Tue May 25 13:16:00 2010 +0300 @@ -95,7 +95,8 @@ * @param level * the volume level to be set. * @return - * TMS_RESULT_SUCCESS if the operation was successful. + * TMS_RESULT_SUCCESS if the operation was successful otherwise + * system error. */ IMPORT_C gint SetLevel(const guint level); @@ -106,7 +107,8 @@ * Volume level to be set. * * @return - * TMS_RESULT_SUCCESS if the operation was successful. + * TMS_RESULT_SUCCESS if the operation was successful otherwise + * system error. * */ IMPORT_C gint GetLevel(guint& level); @@ -118,7 +120,8 @@ * Max volume level. * * @return - * TMS_RESULT_SUCCESS if the operation was successful. + * TMS_RESULT_SUCCESS if the operation was successful otherwise + * system error. * */ IMPORT_C gint GetMaxLevel(guint& level); @@ -130,7 +133,8 @@ * Type of the effect object (TMS_EFFECT_GLOBAL_VOL). * * @return - * TMS_RESULT_SUCCESS if the operation was successful. + * TMS_RESULT_SUCCESS if the operation was successful otherwise + * system error. * */ IMPORT_C virtual gint GetType(TMSEffectType& effecttype);