mmmw_plat/telephony_multimedia_service_api/inc/tmsclientsink.h
branchRCL_3
changeset 18 2eb3b066cc7d
parent 0 71ca22bcf22a
--- a/mmmw_plat/telephony_multimedia_service_api/inc/tmsclientsink.h	Tue May 11 16:42:02 2010 +0300
+++ b/mmmw_plat/telephony_multimedia_service_api/inc/tmsclientsink.h	Tue May 25 13:16:00 2010 +0300
@@ -72,7 +72,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.
      *
      */
@@ -88,7 +89,8 @@
      *      The listener to be removed.
      *
      * @return
-     *      TMS_RESULT_SUCCESS if the operation was successful.
+     *      TMS_RESULT_SUCCESS if the operation was successful otherwise
+     *      system error.
      *      TMS_RESULT_DOES_NOT_EXIST if obsrvr is not already in the list.
      *
      */
@@ -120,7 +122,8 @@
      *      The type of sink object (TMS_SINK_CLIENT).
      *
      * @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(TMSSinkType& sinktype);