Merge reviewed doxygen.
[platform/framework/native/telephony.git] / inc / FTelISimStateManagerGetPinLockSettingResultListener.h
old mode 100644 (file)
new mode 100755 (executable)
index d54c9a5..1a8b7e4
@@ -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;