application/src/PodcastAppui.cpp
branch3rded
changeset 343 9c56bf585696
parent 175 cd124c4eb6b9
child 390 d7abecc9d189
equal deleted inserted replaced
281:1cae65a87b5e 343:9c56bf585696
    30 #include "..\help\podcatcher.hlp.hrh"
    30 #include "..\help\podcatcher.hlp.hrh"
    31 #include "PodcastApp.h"
    31 #include "PodcastApp.h"
    32 #include <APGWGNAM.H>
    32 #include <APGWGNAM.H>
    33 #include <HLPLCH.H>
    33 #include <HLPLCH.H>
    34 #include <avkon.hrh>
    34 #include <avkon.hrh>
       
    35 #include "Podcast.mbg"
    35 
    36 
    36 const TUint KDelayLaunch = 1000;
    37 const TUint KDelayLaunch = 1000;
    37 
    38 
    38 CPodcastAppUi::CPodcastAppUi(CPodcastModel* aPodcastModel):iPodcastModel(aPodcastModel)
    39 CPodcastAppUi::CPodcastAppUi(CPodcastModel* aPodcastModel):iPodcastModel(aPodcastModel)
    39 	{
    40 	{
   120     {
   121     {
   121     switch ( aCommand )
   122     switch ( aCommand )
   122         {
   123         {
   123         case EAknSoftkeyExit:
   124         case EAknSoftkeyExit:
   124             {
   125             {
   125             Exit();
   126             iFeedView->CheckConfirmExit();
   126             break;
   127             break;
   127             }
   128             }
   128         case EEikCmdExit:
   129         case EEikCmdExit:
   129         	{
   130         	{
   130         	// we want to prevent red button from closing podcatcher, and
   131         	// we want to prevent red button from closing podcatcher, and