equal
deleted
inserted
replaced
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(); |