engine/src/FeedInfo.cpp
branchpodcatcher_qt_symbian4
changeset 228 c553fa9dcbe5
parent 109 223f270fa7ff
equal deleted inserted replaced
227:325137e6edd1 228:c553fa9dcbe5
    21 #include "PodcastModel.h"
    21 #include "PodcastModel.h"
    22 #include <e32hashtab.h>
    22 #include <e32hashtab.h>
    23 #include <fbs.h>
    23 #include <fbs.h>
    24 #include <bautils.h>
    24 #include <bautils.h>
    25 #include <eikenv.h>
    25 #include <eikenv.h>
       
    26 
    26 _LIT(KMbmExtension, ".mbm");
    27 _LIT(KMbmExtension, ".mbm");
    27 
    28 
    28 EXPORT_C CFeedInfo* CFeedInfo::NewL()
    29 EXPORT_C CFeedInfo* CFeedInfo::NewL()
    29 	{
    30 	{
    30 	CFeedInfo* self = new (ELeave) CFeedInfo();
    31 	CFeedInfo* self = new (ELeave) CFeedInfo();