Fix N_SE-56436 for Screen lock.
[platform/framework/native/appfw.git] / inc / FSysISettingInfoSetValueAsyncResultListener.h
index 59b993a..e105fed 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -17,7 +16,7 @@
 
 /*
  * @file       FSysISettingInfoSetValueAsyncResultListener.h
- * @brief      This is the header file of the %ISettingInfoSetValueAsyncResultListener interface.
+ * @brief      This is the header file for the %ISettingInfoSetValueAsyncResultListener interface.
  *
  * This header file contains the declarations of the %ISettingInfoSetValueAsyncResultListener interface.
  */
@@ -37,7 +36,8 @@ namespace Tizen { namespace System
  *
  * @since 2.0
  *
- * The %ISettingInfoSetValueAsyncResultListener interface must be registered and implemented by an application to receive result for an asynchronous setting change method call.
+ * The %ISettingInfoSetValueAsyncResultListener interface must be registered and implemented by an application 
+ * to receive result for an asynchronous setting change method call.
  *
  */
 class _OSP_EXPORT_ ISettingInfoSetValueAsyncResultListener
@@ -45,7 +45,9 @@ class _OSP_EXPORT_ ISettingInfoSetValueAsyncResultListener
 {
 public:
        /**
-        * This is the destructor for this class. This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface is called.
+        * This is the destructor for this class.  @n
+        * This polymorphic destructor should be overridden if required. @n
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @since 2.0
         */
@@ -56,10 +58,10 @@ public:
         *
         * @since 2.0
         *
-        * @param[in] key The key name of the changed setting information
-        * @param[in] r An error code
-        * @exception E_SUCCESS The result is successful.
-        * @exception E_SYSTEM  The method cannot proceed due to severe system error.
+        * @param[in]   key             The key name of the changed setting information
+        * @param[in]   r                       An error code
+        * @exception   E_SUCCESS       The result is successful.
+        * @exception   E_SYSTEM        The method cannot proceed due to severe system error.
         */
        
        virtual void OnResultReceivedForSetValueAsync(const Tizen::Base::String& key, result r) = 0;