equal
deleted
inserted
replaced
53 #include <alf/alfdisplay.h> |
53 #include <alf/alfdisplay.h> |
54 #include <alf/alfenv.h> |
54 #include <alf/alfenv.h> |
55 #include <apgcli.h> |
55 #include <apgcli.h> |
56 #include <apgtask.h> |
56 #include <apgtask.h> |
57 #include <bautils.h> |
57 #include <bautils.h> |
58 #include <cmapplicationsettingsui.h> |
|
59 #include <featmgr.h> |
58 #include <featmgr.h> |
60 #include <features.hrh> |
59 #include <features.hrh> |
61 #include <hlplch.h> |
60 #include <hlplch.h> |
62 #include <pstransaction.h> |
61 #include <pstransaction.h> |
63 #include <stringloader.h> |
62 #include <stringloader.h> |
246 //checks whether call is active or not |
245 //checks whether call is active or not |
247 iCallActive = EFalse; |
246 iCallActive = EFalse; |
248 |
247 |
249 //Call observer |
248 //Call observer |
250 |
249 |
251 iIsdsWrapper->GetISDSInstance()->GetDataProvider()->GetHttpDataProvider()-> |
250 |
252 GetLogoDownloadEngine()->SetFavDbInstance(iFavPresets); |
|
253 // Create Channel list view |
251 // Create Channel list view |
254 iLastPlayed = CIRLastPlayedStationInfo::NewL(); |
252 iLastPlayed = CIRLastPlayedStationInfo::NewL(); |
255 iMainView = CIRMainView::NewL(); |
253 iMainView = CIRMainView::NewL(); |
256 AddViewL( iMainView ); |
254 AddViewL( iMainView ); |
257 |
255 |