Update the description of Timer
authorJaesung Ku <jaesung.ku@samsung.com>
Fri, 26 Apr 2013 06:56:20 +0000 (15:56 +0900)
committerJaesung Ku <jaesung.ku@samsung.com>
Fri, 26 Apr 2013 06:56:20 +0000 (15:56 +0900)
Change-Id: I7ef202aa378b024a4676795844e56a708d46a9cd
Signed-off-by: Jaesung Ku <jaesung.ku@samsung.com>
inc/FBaseRtTimer.h

index 0f82436..4980116 100644 (file)
@@ -39,9 +39,9 @@ namespace Tizen { namespace Base { namespace Runtime
  * @since 2.0
  *
  * The %Timer class can activate the timer and notify the listeners.
- *
+ * Once the target goes into sleep mode, Timer does not work properly because the main loop gets stopped.
+ * You can use Alarm on behalf of Timer for sleep mode.
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/base/timer.htm">Timer</a>.
- *
  * The following example demonstrates how to use the %Timer class.
  *
  * @code
@@ -112,6 +112,7 @@ namespace Tizen { namespace Base { namespace Runtime
  * @endcode
  *
  * @see        ITimerEventListener
+ * @see Tizen::System::Alarm
  */
 
 class _OSP_EXPORT_ Timer