equal
deleted
inserted
replaced
37 #include <pathinfo.h> |
37 #include <pathinfo.h> |
38 #include <f32file.h> |
38 #include <f32file.h> |
39 #include <akntoolbarextension.h> |
39 #include <akntoolbarextension.h> |
40 |
40 |
41 const TInt KMaxFeedNameLength = 100; |
41 const TInt KMaxFeedNameLength = 100; |
42 const TInt KDefaultGran = 5; |
42 //const TInt KDefaultGran = 5; |
43 const TInt KNumberOfFilesMaxLength = 4; |
43 //const TInt KNumberOfFilesMaxLength = 4; |
44 #define KMaxMessageLength 200 |
44 #define KMaxMessageLength 200 |
45 #define KMaxTitleLength 100 |
45 #define KMaxTitleLength 100 |
46 const TInt KMimeBufLength = 100; |
46 //const TInt KMimeBufLength = 100; |
47 |
47 |
48 _LIT(KUnknownUpdateDateString, "?/?"); |
48 //_LIT(KUnknownUpdateDateString, "?/?"); |
49 _LIT(KSearchResultFormat, "%d\t%S\t%S"); |
49 _LIT(KSearchResultFormat, "%d\t%S\t%S"); |
50 |
50 |
51 CPodcastSearchView* CPodcastSearchView::NewL(CPodcastModel& aPodcastModel) |
51 CPodcastSearchView* CPodcastSearchView::NewL(CPodcastModel& aPodcastModel) |
52 { |
52 { |
53 CPodcastSearchView* self = CPodcastSearchView::NewLC(aPodcastModel); |
53 CPodcastSearchView* self = CPodcastSearchView::NewLC(aPodcastModel); |