Fix N_SE-56436 for Screen lock.
[platform/framework/native/appfw.git] / inc / FSysIBootEventListener.h
index 7dbf040..c9e56e1 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       FSysIBootEventListener.h
- * @brief      This is the header file of the %IBootEventListener interface.
+ * @brief      This is the header file for the %IBootEventListener interface.
  *
  * This header file contains the declarations of the %IBootEventListener interface.
  */
@@ -33,7 +32,7 @@ namespace Tizen { namespace System
 
 /**
  * @interface  IBootEventListener
- * @brief      This interface is the listener of the boot event.
+ * @brief              This interface is the listener of the boot event.
  *
  * @since 2.1
  *
@@ -45,13 +44,15 @@ class _OSP_EXPORT_ IBootEventListener
 {
 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.1
         */
        virtual ~IBootEventListener(void) {}
        /**
-        * Called when a certain setting value has been changed.
+        * Called after the system has finished booting.
         *
         * @since       2.1
         */