Remove the memory leak on osp-security-service
[platform/framework/native/appfw.git] / inc / FBaseRtITimerEventListener.h
index 202cae2..ba026e9 100644 (file)
@@ -18,6 +18,7 @@
  * @file               FBaseRtITimerEventListener.h
  * @brief              This is the header file for the %ITimerEventListener interface.
  *
+ * This header file contains the declarations of the %ITimerEventListener interface.
  */
 #ifndef _FBASE_RT_I_TIMER_EVENT_LISTENER_H_
 #define _FBASE_RT_I_TIMER_EVENT_LISTENER_H_
@@ -41,7 +42,7 @@ class Timer;
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/base/timer.htm">Timer</a>.
  *
- * @see                    Timer()
+ * @see                    Timer
  */
 class _OSP_EXPORT_ ITimerEventListener
        : virtual public IEventListener
@@ -59,7 +60,7 @@ public:
         *
         *  @since 2.0
         *
-        *      @param[in]      timer   The timer that has expired
+        *      @param[in]      timer   The expired timer
         */
        virtual void OnTimerExpired(Timer& timer) = 0;