application/src/PodcastQueueView.cpp
branchsymbian1
changeset 164 000f9fc147b2
parent 149 70b2f592a460
child 169 9c77455964f8
equal deleted inserted replaced
161:ce4f70a6d1d2 164:000f9fc147b2
    71 	TResourceReader reader;
    71 	TResourceReader reader;
    72 	iCoeEnv->CreateResourceReaderLC(reader,R_QUEUEVIEW_POPUP_MENU);
    72 	iCoeEnv->CreateResourceReaderLC(reader,R_QUEUEVIEW_POPUP_MENU);
    73 	iStylusPopupMenu->ConstructFromResourceL(reader);
    73 	iStylusPopupMenu->ConstructFromResourceL(reader);
    74 
    74 
    75 	CleanupStack::PopAndDestroy();
    75 	CleanupStack::PopAndDestroy();
    76 	
    76 
    77 	SetEmptyTextL(R_PODCAST_EMPTY_QUEUE);
    77 	SetEmptyTextL(R_PODCAST_EMPTY_QUEUE);
    78 	}
    78 	}
    79 
    79 
    80 TKeyResponse CPodcastQueueView::OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType)
    80 TKeyResponse CPodcastQueueView::OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType)
    81 	{
    81 	{