engine/src/FeedEngine.cpp
changeset 81 27f6f5827e5d
parent 78 12c59f14a031
child 83 a2e43aa1ad11
equal deleted inserted replaced
80:50345a6ad0c3 81:27f6f5827e5d
    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