application/inc/PodcastQueueView.h
branch3rded
changeset 186 32aedca70582
parent 175 cd124c4eb6b9
child 343 9c56bf585696
equal deleted inserted replaced
179:a14b0d78eda1 186:32aedca70582
    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 
       
    79 private:
       
    80 	TBool iDontUpdateList;
       
    81 
    78 	};
    82 	};
    79 
    83 
    80 #endif
    84 #endif
    81 
    85 
    82 
    86