mmmw_plat/telephony_multimedia_service_api/inc/tmsclientsource.h
branchRCL_3
changeset 12 2eb3b066cc7d
parent 0 71ca22bcf22a
--- a/mmmw_plat/telephony_multimedia_service_api/inc/tmsclientsource.h	Tue May 11 16:42:02 2010 +0300
+++ b/mmmw_plat/telephony_multimedia_service_api/inc/tmsclientsource.h	Tue May 25 13:16:00 2010 +0300
@@ -68,7 +68,8 @@
      *      Any user data passed to the function.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *      TMS_RESULT_ALREADY_EXIST if the obsrvr is already in the list.
      *
      */
@@ -140,7 +141,8 @@
      *      Toggles buffer enqueuing ON and OFF.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint SetEnqueueMode(const gboolean enable);
@@ -167,7 +169,8 @@
      * Has no effect in the PULL mode.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *
      */
     IMPORT_C gint Flush();
@@ -185,7 +188,8 @@
      *          TMS_STREAM_MIC
      *
      * @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(TMSSourceType& sourcetype);