Revert "Revert "Fix intApp TC failure""
[platform/framework/native/appfw.git] / inc / FSysIDeviceEventListener.h
index c3618f2..6b2d0a0 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);
@@ -34,7 +33,7 @@ namespace Tizen { namespace System
 
 /**
  * @interface  IDeviceEventListener
- * @brief      This interface is the listener of the device state changes.
+ * @brief              This interface is the listener of the device state changes.
  *
  * @since      2.0
  *
@@ -47,7 +46,9 @@ class _OSP_EXPORT_ IDeviceEventListener
 {
 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
         */
@@ -58,7 +59,7 @@ public:
        *
        * @since        2.0
        *
-       * @param[in]    deviceType      The types of a device
+       * @param[in]    deviceType      The device type
        * @param[in]    state           The device state of type Tizen::Base::String
        */
        virtual void OnDeviceStateChanged(DeviceType deviceType, const Tizen::Base::String& state) = 0;