equal
deleted
inserted
replaced
41 } |
41 } |
42 |
42 |
43 void CPodcastAppUi::ConstructL() |
43 void CPodcastAppUi::ConstructL() |
44 { |
44 { |
45 DP("CPodcastAppUi::ConstructL() BEGIN"); |
45 DP("CPodcastAppUi::ConstructL() BEGIN"); |
46 BaseConstructL(CAknAppUi::EAknEnableSkin | CAknAppUi::EAknEnableMSK | CAknAppUi::EAknSingleClickCompatible); |
46 BaseConstructL(CAknAppUi::EAknEnableSkin | CAknAppUi::EAknEnableMSK | |
|
47 CAknAppUi::EAknSingleClickCompatible | CAknAppUi::EAknTouchCompatible ); |
47 |
48 |
48 iPodcastModel->ConnectionEngine().AddObserver(this); |
49 iPodcastModel->ConnectionEngine().AddObserver(this); |
49 |
50 |
50 DP("Constructing FeedView"); |
51 DP("Constructing FeedView"); |
51 iFeedView = CPodcastFeedView::NewL(*iPodcastModel); |
52 iFeedView = CPodcastFeedView::NewL(*iPodcastModel); |