equal
deleted
inserted
replaced
110 notificationArray.Append(ECalenNotifySettingsClosed); |
110 notificationArray.Append(ECalenNotifySettingsClosed); |
111 |
111 |
112 RegisterForNotificationsL( iViewManager, notificationArray ); |
112 RegisterForNotificationsL( iViewManager, notificationArray ); |
113 notificationArray.Reset(); |
113 notificationArray.Reset(); |
114 notificationArray.Close(); |
114 notificationArray.Close(); |
115 if (!isFromServiceFrmwrk) { |
|
116 iViewManager->constructOtherViews(); |
|
117 } |
|
118 TRACE_EXIT_POINT; |
115 TRACE_EXIT_POINT; |
119 } |
116 } |
120 |
117 |
121 void CCalenController::checkMultipleCreation() |
118 void CCalenController::checkMultipleCreation() |
122 { |
119 { |