X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFTelCallManager.h;h=5aff7bb7ae71b20e0a1a83fe657369c144ba8cd5;hb=a0ad744cfe94317ec4df3558f2a3eb53fee7e469;hp=58d00cdf647e3cf442336067fcd5c2f491189c49;hpb=d9f955cfbdc35f604bbcd72b236b55770ab65d30;p=platform%2Fframework%2Fnative%2Ftelephony.git diff --git a/inc/FTelCallManager.h b/inc/FTelCallManager.h index 58d00cd..5aff7bb 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); @@ -141,7 +142,7 @@ public: * @since 2.0 * * @privlevel platform - * @privilege http://tizen.org/privilege/callforward + * @privilege %http://tizen.org/privilege/callforward * * @return An error code * @param[in] pListener An ITelephonyCallForwardListener instance @n @@ -154,12 +155,12 @@ public: /** * Requests call forwarding with the specified number. @n - * This method sends the request to the network, and receives the response asynchronously. + * The %RequestCallForward() method sends the request to the network, and receives the response asynchronously. * * @since 2.0 * * @privlevel platform - * @privilege http://tizen.org/privilege/callforward + * @privilege %http://tizen.org/privilege/callforward * * @return An error code * @param[in] phoneNumber The phone number for call forwarding @@ -183,7 +184,7 @@ public: * @since 2.0 * * @privlevel platform - * @privilege http://tizen.org/privilege/callforward + * @privilege %http://tizen.org/privilege/callforward * * @return An error code * @exception E_SUCCESS The method is successful. @@ -203,7 +204,7 @@ public: * @since 2.0 * * @privlevel platform - * @privilege http://tizen.org/privilege/callforward + * @privilege %http://tizen.org/privilege/callforward * * @return An error code * @exception E_SUCCESS The method is successful. @@ -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;