X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSysIBatteryEventListener.h;h=736d24f360e9e9fed7a0320773ba9b21673b8376;hb=4d451910df2d31e4c7ec7da85ded34bb09be862e;hp=68fd0d3650fe55484a2182308d90e9bc5f93b99e;hpb=d0978856d404617b4860b770b50776c5943f1a82;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FSysIBatteryEventListener.h b/inc/FSysIBatteryEventListener.h index 68fd0d3..736d24f 100644 --- a/inc/FSysIBatteryEventListener.h +++ b/inc/FSysIBatteryEventListener.h @@ -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;