Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FSysIScreenEventListener.h
index 146b244..671b805 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  IScreenEventListener
- * @brief      This interface is the listener of the screen event.
+ * @brief              This interface is the listener of the screen event.
  *
  * @since      2.0
  *
@@ -54,9 +53,11 @@ public:
 
        /**
         * Called when the screen turns off. @n
-        * Unless there is a strong reason to do otherwise, release resources (such as 3D, media, and sensors) to allow the device to enter the sleep mode to save the battery.
-        * Invoking a lengthy asynchronous method within this listener method can be risky, because it is not guaranteed to invoke a callback before the device enters the sleep mode.
-        * Similarly, do not perform lengthy operations in this listener method. All operations must be quick ones.
+        * Unless there is a strong reason to do otherwise, release the resources (such as 3D, media, and sensors) to allow the device 
+        * to enter the sleep mode to save the battery. @n
+        * Invoking a lengthy asynchronous method within this listener method can be risky, because it is not guaranteed to invoke a 
+        * callback before the device enters the sleep mode. Similarly, do not perform lengthy operations in this listener method. @n
+        * All operations must be quick ones.
         *
        *@since 2.0
         */