alarmui/alarmalertwidget/alarmalertinterface/src/alarmalertwidget.cpp
changeset 70 a5ed90760192
parent 55 2c54b51f39c4
child 81 ce92091cbd61
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
   125             break;
   125             break;
   126         }
   126         }
   127 
   127 
   128 	
   128 	
   129 	alarmInfo->iTime.FormatL(timeString, timeFormat);
   129 	alarmInfo->iTime.FormatL(timeString, timeFormat);
   130 	alarmInfo->iTime.FormatL(dateString, dateFormat); 
   130 	alarmInfo->iDate.FormatL(dateString, dateFormat); 
   131 
   131 
   132 	// Create a session with the device dialog server
   132 	// Create a session with the device dialog server
   133     mDeviceDialog = CHbDeviceDialogSymbian::NewL();
   133     mDeviceDialog = CHbDeviceDialogSymbian::NewL();
   134 	
   134 	
   135 
   135