application/inc/PodcastQueueView.h
branch3rded
changeset 390 d7abecc9d189
parent 343 9c56bf585696
equal deleted inserted replaced
345:702ba9ffe210 390:d7abecc9d189
    73 	 * @param aCommand ID of the command to respond to. 
    73 	 * @param aCommand ID of the command to respond to. 
    74 	 */
    74 	 */
    75 	void HandleCommandL(TInt aCommand);
    75 	void HandleCommandL(TInt aCommand);
    76 	TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType);
    76 	TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType);
    77 	void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
    77 	void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
    78 
    78 	void UpdateViewTitleL();
    79 private:
    79 private:
    80 	TBool iDontUpdateList;
    80 	TBool iDontUpdateList;
    81 	};
    81 	};
    82 
    82 
    83 #endif
    83 #endif