equal
deleted
inserted
replaced
344 { |
344 { |
345 //DP1("CPodcastListView::PointerEventL, iType=%d", aPointerEvent.iType); |
345 //DP1("CPodcastListView::PointerEventL, iType=%d", aPointerEvent.iType); |
346 // Pass the pointer event to Long tap detector component |
346 // Pass the pointer event to Long tap detector component |
347 } |
347 } |
348 |
348 |
349 |
|
350 void CPodcastListView::DynInitToolbarL (TInt /*aResourceId*/, CAknToolbar * /*aToolbar*/) |
|
351 { |
|
352 } |
|
353 |
|
354 |
|
355 void CPodcastListView::OfferToolbarEventL(TInt aCommand) |
|
356 { |
|
357 HandleCommandL(aCommand); |
|
358 } |
|
359 |
|
360 void CPodcastListView::ShowWaitDialogL(TDesC &aWaitText) |
349 void CPodcastListView::ShowWaitDialogL(TDesC &aWaitText) |
361 { |
350 { |
362 DP("CPodcastListView::ShowWaitDialogL BEGIN"); |
351 DP("CPodcastListView::ShowWaitDialogL BEGIN"); |
363 |
352 |
364 if (iWaitDialog) { |
353 if (iWaitDialog) { |