diff -r 47c8595ffc70 -r f58e3c482bd9 application/inc/PodcastSearchView.h --- a/application/inc/PodcastSearchView.h Thu Feb 25 18:56:36 2010 +0000 +++ b/application/inc/PodcastSearchView.h Thu Feb 25 20:02:27 2010 +0000 @@ -32,6 +32,7 @@ static CPodcastSearchView* NewL(CPodcastModel& aPodcastModel); static CPodcastSearchView* NewLC(CPodcastModel& aPodcastModel); ~CPodcastSearchView(); + void UpdateToolbar(TBool aVisible=ETrue); protected: void ConstructL(); @@ -77,9 +78,7 @@ * @param aCommand ID of the command to respond to. */ void HandleCommandL(TInt aCommand); - - void UpdateToolbar(); - + private: CPodcastModel& iPodcastModel; TBool iSearchRunning;