Merge "Added new method to the NotificationManager Interface" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FSysIBatteryEventListener.h
index 68fd0d3..736d24f 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);
@@ -33,7 +32,7 @@ namespace Tizen { namespace System
 
 /**
  * @interface  IBatteryEventListener
- * @brief      This interface is the listener of the battery event.
+ * @brief              This interface is the listener of the battery event.
  *
  * @since      2.0
  *
@@ -45,9 +44,11 @@ class _OSP_EXPORT_ IBatteryEventListener
 {
 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
+        * @since       2.0
         */
 
        virtual ~IBatteryEventListener(void) {}
@@ -56,7 +57,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   percentage      The changed battery level
+        * @param[in]   percentage              The changed battery level
         * @remarks     The resolution of the level is @c 5%. The range of the level is @c 0 (Minimum) to @c 100 (Maximum).
         */
        virtual void OnBatteryLevelChangedInPercentage(int percentage) = 0;