pimappservices/calendar/server/src/agsalarm.cpp
branchRCL_3
changeset 60 96907930389d
parent 13 0f07cd1b5772
child 65 12af337248b1
equal deleted inserted replaced
59:aba12c885d83 60:96907930389d
   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