alarmui/alarmalertwidget/alarmalertinterface/src/alarmalertwidget.cpp
changeset 77 b0711afde476
parent 58 ef813d54df51
child 81 ce92091cbd61
equal deleted inserted replaced
68:a5a1242fd2e8 77:b0711afde476
   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