Merge "Remove the memory leak on osp-security-service" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FSysIChargingEventListener.h
index c4ca327..57890d4 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  IChargingEventListener
- * @brief      This interface is the listener of the charging event.
+ * @brief              This interface is the listener for charging events.
  * @since 2.0
  *
  * The %IChargingEventListener interface must be registered and implemented by an application to
@@ -45,9 +44,11 @@ class _OSP_EXPORT_ IChargingEventListener
 {
 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 ~IChargingEventListener(void) {}