equal
deleted
inserted
replaced
161 iStateMachine = CCalenStateMachine::NewL( *this ); |
161 iStateMachine = CCalenStateMachine::NewL( *this ); |
162 // Create the notifier. |
162 // Create the notifier. |
163 iNotifier = new( ELeave )CCalenNotifier( *this ); |
163 iNotifier = new( ELeave )CCalenNotifier( *this ); |
164 |
164 |
165 // Get an instance of the global data |
165 // Get an instance of the global data |
166 iGlobalData = CCalenGlobalData::NewL( *iNotifier, iNotifier ); |
166 iGlobalData = CCalenGlobalData::NewL( *iNotifier, iNotifier, iNotifier ); |
167 iGlobalData->InitializeGlobalDataL(); |
167 iGlobalData->InitializeGlobalDataL(); |
168 |
168 |
169 RArray<TCalenNotification> notificationArray; |
169 RArray<TCalenNotification> notificationArray; |
170 // Complete construction of the notifier and register the |
170 // Complete construction of the notifier and register the |
171 // global data for notifications |
171 // global data for notifications |