From: Jaesung Ku Date: Fri, 26 Apr 2013 06:56:20 +0000 (+0900) Subject: Update the description of Timer X-Git-Tag: 2.1b_release~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8f9db5827d587cc8ea8eb9dc2a03c26adcb42ce;p=framework%2Fosp%2Fappfw.git Update the description of Timer Change-Id: I7ef202aa378b024a4676795844e56a708d46a9cd Signed-off-by: Jaesung Ku --- diff --git a/inc/FBaseRtTimer.h b/inc/FBaseRtTimer.h index 0f82436..4980116 100644 --- a/inc/FBaseRtTimer.h +++ b/inc/FBaseRtTimer.h @@ -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 Timer. - * * 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