application/inc/PodcastSearchView.h
branch3rded
changeset 175 cd124c4eb6b9
parent 138 6c8c5122867a
child 390 d7abecc9d189
equal deleted inserted replaced
174:982b1ad423f4 175:cd124c4eb6b9
    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=EFalse) {};
       
    36 
    35 
    37 	protected:
    36 	protected:
    38 	    void ConstructL();
    37 	    void ConstructL();
    39 		CPodcastSearchView(CPodcastModel& aPodcastModel);
    38 		CPodcastSearchView(CPodcastModel& aPodcastModel);
    40 
    39