equal
deleted
inserted
replaced
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 |