X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFTelCallManager.h;h=e823109a257e26a89831e355805c6a81b219e5c9;hb=20e5b4e5c35c36b8c433695151b982b8a3b1dd0b;hp=58d00cdf647e3cf442336067fcd5c2f491189c49;hpb=d9f955cfbdc35f604bbcd72b236b55770ab65d30;p=platform%2Fframework%2Fnative%2Ftelephony.git diff --git a/inc/FTelCallManager.h b/inc/FTelCallManager.h index 58d00cd..e823109 100755 --- a/inc/FTelCallManager.h +++ b/inc/FTelCallManager.h @@ -118,6 +118,7 @@ public: * @return An error code * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM A system error has occurred. + * @exception E_UNSUPPORTED_OPERATION The device does not support the telephony feature. @b Since: @b 2.1 */ result Construct(void); @@ -131,7 +132,7 @@ public: * @param[in] listener The listener for change in status of a call * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM A system error has occurred. - * @see ITelephonyCallEventListener + * @exception E_UNSUPPORTED_OPERATION The device does not support the telephony feature. @b Since: @b 2.1 */ result Construct(ITelephonyCallEventListener& listener); @@ -222,7 +223,7 @@ public: * @since 2.0 * * @return The current call type, @n - * else TYPE_UNDEFINED_CALL if the method fails + * else @c TYPE_UNDEFINED_CALL if the method fails */ CallType GetCurrentCallType(void) const; @@ -232,7 +233,7 @@ public: * @since 2.0 * * @return The current call status, @n - * else CALL_STATUS_UNDEFINED if the method fails + * else @c CALL_STATUS_UNDEFINED if the method fails */ CallStatus GetCurrentCallStatus(void) const;