application/inc/PodcastSearchView.h
changeset 101 68b48f53a8ec
parent 13 f58e3c482bd9
equal deleted inserted replaced
100:eefed4bda2e2 101:68b48f53a8ec
    30     {
    30     {
    31     public: 
    31     public: 
    32         static CPodcastSearchView* NewL(CPodcastModel& aPodcastModel);
    32         static CPodcastSearchView* NewL(CPodcastModel& aPodcastModel);
    33         static CPodcastSearchView* NewLC(CPodcastModel& aPodcastModel);
    33         static CPodcastSearchView* NewLC(CPodcastModel& aPodcastModel);
    34         ~CPodcastSearchView();
    34         ~CPodcastSearchView();
    35 		void UpdateToolbar(TBool aVisible=ETrue);
    35 		void UpdateToolbar(TBool aVisible=EFalse) {};
    36 
    36 
    37 	protected:
    37 	protected:
    38 	    void ConstructL();
    38 	    void ConstructL();
    39 		CPodcastSearchView(CPodcastModel& aPodcastModel);
    39 		CPodcastSearchView(CPodcastModel& aPodcastModel);
    40 
    40