equal
deleted
inserted
replaced
24 #include "ShowEngine.h" |
24 #include "ShowEngine.h" |
25 #include <e32hashtab.h> |
25 #include <e32hashtab.h> |
26 #include "OpmlParser.h" |
26 #include "OpmlParser.h" |
27 #include "PodcastUtils.h" |
27 #include "PodcastUtils.h" |
28 #include <utf.h> |
28 #include <utf.h> |
|
29 #include "Podcatcher.pan" |
29 |
30 |
30 _LIT(KFeedParseStorePath, "feeds\\"); |
31 _LIT(KFeedParseStorePath, "feeds\\"); |
31 |
32 |
32 CFeedEngine* CFeedEngine::NewL(CPodcastModel& aPodcastModel) |
33 CFeedEngine* CFeedEngine::NewL(CPodcastModel& aPodcastModel) |
33 { |
34 { |
653 } |
654 } |
654 |
655 |
655 BaflUtils::DeleteFile(iPodcastModel.FsSession(), iSearchResultsFileName); |
656 BaflUtils::DeleteFile(iPodcastModel.FsSession(), iSearchResultsFileName); |
656 }break; |
657 }break; |
657 default: |
658 default: |
658 User::Panic(_L("FeedEngine"), KErrUnknown); |
659 Panic(EPodcatcherPanicFeedEngineState); |
659 break; |
660 break; |
660 } |
661 } |
661 DP("CFeedEngine::CompleteL END"); |
662 DP("CFeedEngine::CompleteL END"); |
662 } |
663 } |
663 |
664 |