Added new method to the NotificationManager Interface
[platform/framework/native/appfw.git] / inc / FSysIAlarmEventListener.h
index 1fc1fd8..23c33eb 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);
@@ -36,7 +35,7 @@ class Alarm;
 
 /**
  * @interface  IAlarmEventListener
- * @brief      This interface is the listener of the alarm event.
+ * @brief              This interface is the listener of the alarm event.
  *
  * @since      2.0
  *
@@ -48,7 +47,9 @@ class _OSP_EXPORT_ IAlarmEventListener
 {
 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
         */