diff -r 5de72ea7a065 -r 579cc610882e calendarui/controller/inc/calencontroller.h --- a/calendarui/controller/inc/calencontroller.h Wed Jun 23 18:11:28 2010 +0300 +++ b/calendarui/controller/inc/calencontroller.h Tue Jul 06 14:14:56 2010 +0300 @@ -70,6 +70,11 @@ CCalenController(); /** + * Second phase contruction for controller + */ + void constructController(); + + /** * Constructs CCalenController with existing CAknViewAppUi. If the * controller has been previously initialized with the same CAknViewAppUi, * the existing instance will be returned. @@ -237,7 +242,6 @@ CalenContextImpl* mContext; AgendaUtil *mAgendaUtil; // Agenda interface provider CalenServicesImpl* iServices; // Services. - HbMainWindow* iMainWindow; CalenNotifier* iNotifier; // Broadcasts calendar events CCalenStateMachine* iStateMachine; CCalenActionUi* iActionUi; // Default internal command handling