equal
deleted
inserted
replaced
24 #include "SettingsEngine.h" |
24 #include "SettingsEngine.h" |
25 #include <e32hashtab.h> |
25 #include <e32hashtab.h> |
26 #include <httperr.h> |
26 #include <httperr.h> |
27 #include "debug.h" |
27 #include "debug.h" |
28 #include "PodcastUtils.h" |
28 #include "PodcastUtils.h" |
|
29 |
|
30 #ifdef ENABLE_MPX_INTEGRATION |
29 #include <mpxcollectionhelperfactory.h> |
31 #include <mpxcollectionhelperfactory.h> |
|
32 #endif |
30 |
33 |
31 const TUint KMaxDownloadErrors = 3; |
34 const TUint KMaxDownloadErrors = 3; |
32 const TInt KMimeBufLength = 100; |
35 const TInt KMimeBufLength = 100; |
33 |
36 |
34 CShowEngine::CShowEngine(CPodcastModel& aPodcastModel) : |
37 CShowEngine::CShowEngine(CPodcastModel& aPodcastModel) : |