application/src/PodcastSearchView.cpp
changeset 126 c2f1ea38ec70
parent 125 70749e2f572d
child 137 eefed4bda2e2
equal deleted inserted replaced
125:70749e2f572d 126:c2f1ea38ec70
    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);