Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FSysIRuntimeInfoGetIntAsyncResultListener.h
index 3a17c89..89fd757 100644 (file)
@@ -31,12 +31,13 @@ namespace Tizen { namespace System
 {
  
 /**
-* @interface     IRuntimeInfoGetIntAsyncResultListener
-* @brief          This interface defines the result listener for an asynchronous method call to the %RuntimeInfo class.
+* @interface   IRuntimeInfoGetIntAsyncResultListener
+* @brief               This interface defines the result listener for an asynchronous method call to the %RuntimeInfo class.
 *
 * @since 2.0
 *
-* The %IRuntimeInfoGetIntAsyncResultListener interface defines the result listener for an asynchronous method call to the RuntimeInfo class. An instance of this interface is removed automatically by platform, after result is notified. 
+* The %IRuntimeInfoGetIntAsyncResultListener interface defines the result listener for an asynchronous method call to the 
+* RuntimeInfo class. An instance of this interface is removed automatically by the platform, after result is notified.
 *
 */
 class _OSP_EXPORT_ IRuntimeInfoGetIntAsyncResultListener
@@ -44,7 +45,8 @@ class _OSP_EXPORT_ IRuntimeInfoGetIntAsyncResultListener
 {
 public:
            /**
-           * 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 polymorphic destructor should be overridden if required. @n
+           * This way, the destructors of the derived classes are when the destructor of this interface is called.
            *
            * @since 2.0
            */
@@ -54,10 +56,10 @@ public:
            *
            * @since 2.0
            *
-           * @param[in]    value     The @c int type runtime information
-           * @param[in]    r          An error code
-           * @exception E_SUCCESS The result is successful.
-           * @exception E_SYSTEM The method cannot proceed due to a severe system error.
+           * @param[in]        value           The @c int type runtime information
+           * @param[in]        r               An error code
+           * @exception        E_SUCCESS       The result is successful.
+           * @exception        E_SYSTEM        The method cannot proceed due to a severe system error.
            */
            virtual void OnResultReceivedForGetValueAsync(int value, result r) = 0;