From: eh1112.kim Date: Tue, 26 Mar 2013 04:55:57 +0000 (+0900) Subject: Add @feature tag. X-Git-Tag: 2.1b_release~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93e8fad847e95b4b277d6c0bec1fd715c9a2a4f2;hp=a0ad744cfe94317ec4df3558f2a3eb53fee7e469;p=platform%2Fframework%2Fnative%2Ftelephony.git Add @feature tag. Change-Id: I0139d73b39ddd8b2ca37894e3b342669b0e0423e Signed-off-by: eh1112.kim --- diff --git a/inc/FTelCallManager.h b/inc/FTelCallManager.h index 5aff7bb..701ee92 100755 --- a/inc/FTelCallManager.h +++ b/inc/FTelCallManager.h @@ -114,11 +114,13 @@ public: * This is the two phase construction. * * @since 2.0 - * + * @feature %http://tizen.org/feature/network.telephony * @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 + * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 + * For more information, see Application Filtering. + * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. */ result Construct(void); @@ -127,12 +129,14 @@ public: * This is the two phase construction. * * @since 2.0 - * + * @feature %http://tizen.org/feature/network.telephony * @return An error code * @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. - * @exception E_UNSUPPORTED_OPERATION The device does not support the telephony feature. @b Since: @b 2.1 + * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 + * For more information, see Application Filtering. + * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. */ result Construct(ITelephonyCallEventListener& listener); diff --git a/inc/FTelNetworkInfo.h b/inc/FTelNetworkInfo.h index 15c1c65..b04326c 100755 --- a/inc/FTelNetworkInfo.h +++ b/inc/FTelNetworkInfo.h @@ -244,14 +244,17 @@ public: * @since 2.0 * @privlevel public * @privilege %http://tizen.org/privilege/telephony - * + * @feature %http://tizen.org/feature/network.telephony * @return The current RSSI @n * The possible RSSI value ranges from @c 0 to @c 100. * @exception E_SUCCESS The method is successful. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @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 - * @remarks The specific error code can be accessed using the GetLastResult() method. + * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 + * For more information, see Application Filtering. + * @remarks + * - The specific error code can be accessed using the GetLastResult() method. + * - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. */ static int GetRssi(void); diff --git a/inc/FTelNetworkManager.h b/inc/FTelNetworkManager.h index 057d8fd..72b1f76 100755 --- a/inc/FTelNetworkManager.h +++ b/inc/FTelNetworkManager.h @@ -116,12 +116,14 @@ public: * is no listener for telephony network status change callbacks. * * @since 2.0 - * + * @feature %http://tizen.org/feature/network.telephony * @return An error code * @param[in] pListener The listener for change in status of a telephony network * @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 + * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 + * For more information, see Application Filtering. + * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. */ result Construct(ITelephonyNetworkEventListener* pListener); diff --git a/inc/FTelSimInfo.h b/inc/FTelSimInfo.h index 49d67ba..9f3aa6b 100755 --- a/inc/FTelSimInfo.h +++ b/inc/FTelSimInfo.h @@ -118,12 +118,14 @@ public: * @deprecated This method is deprecated. Instead of using this method, it is recommended to use the SimStateManager::GetSimInfo() method to get the initialized %SimInfo instance. * * @since 2.0 - * + * @feature %http://tizen.org/feature/network.telephony * @return An error code * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM The method cannot proceed due to a severe system error. * @exception E_DEVICE_UNAVAILABLE The operation has failed due to a missing SIM card. - * @exception E_UNSUPPORTED_OPERATION The device does not support the telephony feature. @b Since: @b 2.1 + * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 + * For more information, see Application Filtering. + * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. */ result Construct(void); diff --git a/inc/FTelSimStateManager.h b/inc/FTelSimStateManager.h index c733184..49d5ccc 100755 --- a/inc/FTelSimStateManager.h +++ b/inc/FTelSimStateManager.h @@ -65,12 +65,14 @@ public: * Initializes this instance of %SimStateManager. * * @since 2.1 - * + * @feature %http://tizen.org/feature/network.telephony * @return An error code * * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM The method cannot proceed due to a severe system error. - * @exception E_UNSUPPORTED_OPERATION The device does not support the telephony feature. + * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 + * For more information, see Application Filtering. + * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. */ result Construct(void);