engine/src/ShowEngine.cpp
branchnewlist
changeset 355 075b3a49cb55
parent 354 a2713e6a41a9
child 364 998e9d114bd5
equal deleted inserted replaced
354:a2713e6a41a9 355:075b3a49cb55
    36 	{
    36 	{
    37 	}
    37 	}
    38 
    38 
    39 EXPORT_C CShowEngine::~CShowEngine()
    39 EXPORT_C CShowEngine::~CShowEngine()
    40 	{	
    40 	{	
       
    41 	DP("CShowEngine::~CShowEngine BEGIN");
    41 	delete iShowClient;
    42 	delete iShowClient;
    42 	iObservers.Close();
    43 	iObservers.Close();
    43 	delete iShowDownloading;
    44 	delete iShowDownloading;
    44 	delete iMetaDataReader;
    45 	delete iMetaDataReader;
    45 	iApaSession.Close();
    46 	iApaSession.Close();
       
    47 	DP("CShowEngine::~CShowEngine END");
    46 	}
    48 	}
    47 
    49 
    48 EXPORT_C CShowEngine* CShowEngine::NewL(CPodcastModel& aPodcastModel)
    50 EXPORT_C CShowEngine* CShowEngine::NewL(CPodcastModel& aPodcastModel)
    49 	{
    51 	{
    50 	CShowEngine* self = new (ELeave) CShowEngine(aPodcastModel);
    52 	CShowEngine* self = new (ELeave) CShowEngine(aPodcastModel);