equal
deleted
inserted
replaced
436 { |
436 { |
437 TTime lastAlarm = (*iAlarmList)[KAlarmCount-1].iAlarmTime.LocalL(); |
437 TTime lastAlarm = (*iAlarmList)[KAlarmCount-1].iAlarmTime.LocalL(); |
438 |
438 |
439 if ( now < lastAlarm ) |
439 if ( now < lastAlarm ) |
440 { |
440 { |
441 now += TTimeIntervalSeconds(1); |
441 now += TTimeIntervalSeconds(2); |
442 } |
442 } |
443 } |
443 } |
444 |
444 |
445 iAlarmList->Reset(); |
445 iAlarmList->Reset(); |
446 |
446 |
466 { |
466 { |
467 TTime lastAlarm = (*iAlarmList)[KAlarmCount-1].iAlarmTime.LocalL(); |
467 TTime lastAlarm = (*iAlarmList)[KAlarmCount-1].iAlarmTime.LocalL(); |
468 |
468 |
469 if ( now < lastAlarm ) |
469 if ( now < lastAlarm ) |
470 { |
470 { |
471 now += TTimeIntervalSeconds(1); |
471 now += TTimeIntervalSeconds(2); |
472 } |
472 } |
473 } |
473 } |
474 |
474 |
475 iAlarmList->Reset(); |
475 iAlarmList->Reset(); |
476 |
476 |