diff -r 3570217d8c21 -r 2eb3b066cc7d mmmw_plat/telephony_multimedia_service_api/inc/tmscall.h --- a/mmmw_plat/telephony_multimedia_service_api/inc/tmscall.h Tue May 11 16:42:02 2010 +0300 +++ b/mmmw_plat/telephony_multimedia_service_api/inc/tmscall.h Tue May 25 13:16:00 2010 +0300 @@ -92,7 +92,8 @@ * Context ID. * * @return - * TMS_RESULT_SUCCESS if the operation was successful. + * TMS_RESULT_SUCCESS if the operation was successful otherwise + * system error. * TMS_RESULT_FATAL_ERROR if an error occured. * */ @@ -108,7 +109,8 @@ * Created stream. * * @return - * TMS_RESULT_SUCCESS if the operation was successful. + * TMS_RESULT_SUCCESS if the operation was successful otherwise + * system error. * TMS_RESULT_INSUFFICIENT_MEMORY if call creation failed due to * insufficient memory. * TMS_RESULT_STREAM_TYPE_NOT_SUPPORTED if stream type is not @@ -117,7 +119,7 @@ * TMS_REASON_EMERGENCY_CALL_ONGOING if emergency call is active. * TMS_REASON_PERMISSION_DENIED if permission is denied. * TMS_RESULT_INVALID_ARGUMENT if strm is not set to NULL. - * TMS_RESULT_ALREADY_EXIST if the same streamtype is created + * TMS_RESULT_ALREADY_EXIST if the same streamtype is created * multiple times. * */ @@ -130,7 +132,8 @@ * Stream to be deleted. * * @return - * TMS_RESULT_SUCCESS if the operation was successful. + * TMS_RESULT_SUCCESS if the operation was successful otherwise + * system error. * TMS_RESULT_INVALID_ARGUMENT if the stream is not valid. */ IMPORT_C gint DeleteStream(TMSStream*& strm);