engine/src/ShowEngine.cpp
branchRCL_3
changeset 128 e1dedb07817d
parent 126 79076725bab9
child 138 31659d49b2e7
equal deleted inserted replaced
127:4b8ca3632bf6 128:e1dedb07817d
    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) :