equal
deleted
inserted
replaced
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); |