mmmw_plat/telephony_multimedia_service_api/inc/tmsglobalrouting.h
changeset 20 b67dd1fc57c5
parent 0 71ca22bcf22a
--- a/mmmw_plat/telephony_multimedia_service_api/inc/tmsglobalrouting.h	Fri Apr 30 19:18:45 2010 -0500
+++ b/mmmw_plat/telephony_multimedia_service_api/inc/tmsglobalrouting.h	Fri May 14 18:19:45 2010 -0500
@@ -111,7 +111,8 @@
      *
      * @return
      *      TMS_RESULT_INVALID_ARGUMENT if set to TMS_AUDIO_OUTPUT_NONE.
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint SetOutput(const TMSAudioOutput output);
@@ -126,7 +127,8 @@
      *      Current audio output device.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint GetOutput(TMSAudioOutput& output);
@@ -141,7 +143,8 @@
      *      Previous audio output device.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint GetPreviousOutput(TMSAudioOutput& output);
@@ -157,7 +160,8 @@
      *      audio output devices (TMSAudioOutput-type).
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint GetAvailableOutputs(OutputVector& outputs);