application/src/PodcastAppui.cpp
branchRCL_3
changeset 137 44d205147a83
parent 129 cc2d961dbe57
equal deleted inserted replaced
136:f952f3a1a786 137:44d205147a83
    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);