diff -r 70749e2f572d -r c2f1ea38ec70 application/src/PodcastSearchView.cpp --- a/application/src/PodcastSearchView.cpp Thu Apr 29 11:55:32 2010 +0100 +++ b/application/src/PodcastSearchView.cpp Thu May 13 13:56:05 2010 +0100 @@ -39,13 +39,13 @@ #include const TInt KMaxFeedNameLength = 100; -const TInt KDefaultGran = 5; -const TInt KNumberOfFilesMaxLength = 4; +//const TInt KDefaultGran = 5; +//const TInt KNumberOfFilesMaxLength = 4; #define KMaxMessageLength 200 #define KMaxTitleLength 100 -const TInt KMimeBufLength = 100; +//const TInt KMimeBufLength = 100; -_LIT(KUnknownUpdateDateString, "?/?"); +//_LIT(KUnknownUpdateDateString, "?/?"); _LIT(KSearchResultFormat, "%d\t%S\t%S"); CPodcastSearchView* CPodcastSearchView::NewL(CPodcastModel& aPodcastModel)