X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFTelISimStateManagerGetPinLockSettingResultListener.h;h=1a8b7e475d62b626dc403f3657f0794e8ddf3b9b;hb=a0ad744cfe94317ec4df3558f2a3eb53fee7e469;hp=d54c9a5aacc699ecd5e21fb8d953fb2b582c976c;hpb=8736b02f3e9ffb1de8495eccf1e82a593ef935ab;p=platform%2Fframework%2Fnative%2Ftelephony.git diff --git a/inc/FTelISimStateManagerGetPinLockSettingResultListener.h b/inc/FTelISimStateManagerGetPinLockSettingResultListener.h old mode 100644 new mode 100755 index d54c9a5..1a8b7e4 --- a/inc/FTelISimStateManagerGetPinLockSettingResultListener.h +++ b/inc/FTelISimStateManagerGetPinLockSettingResultListener.h @@ -32,11 +32,11 @@ namespace Tizen { namespace Telephony { /** * @interface ISimStateManagerGetPinLockSettingResultListener - * @brief This interface provides methods to receive the result of the %SimStateManager class asynchronous method. + * @brief This interface provides methods to receive the result of the SimStateManager::GetPinLockSetting() asynchronous method. * * @since 2.1 * - * The %ISimStateManagerGetPinLockSettingResultListener interface provides methods to receive the result of the %SimStateManager class asynchronous method. + * The %ISimStateManagerGetPinLockSettingResultListener interface provides methods to receive the result of the SimStateManager::GetPinLockSetting() asynchronous method. * */ class _OSP_EXPORT_ ISimStateManagerGetPinLockSettingResultListener @@ -52,15 +52,15 @@ public: public: /** - * Called when a response of the PIN lock setting query is received. + * Called when a response to the PIN lock setting query is received. * * @since 2.1 * - * @param[in] isEnabled PIN lock setting value - * @param[in] r The result of the request. The following exception may be given through this parameter. + * @param[in] isEnabled The PIN lock setting value + * @param[in] r The result of the request @n The following exceptions may be given through this parameter. * * @exception E_SUCCESS The method is successful. - * @exception E_INVALID_STATE The SIM is in invalid state. + * @exception E_INVALID_STATE The SIM is in an invalid state. */ virtual void OnSimStateManagerGetPinLockSettingResultReceived(bool isEnabled, result r) = 0;