application/inc/PodcastQueueView.h
changeset 185 92eadaba67e6
parent 151 17da6d3a5a4b
child 243 44d205147a83
equal deleted inserted replaced
180:74d497f911e0 185:92eadaba67e6
    78 	void HandleCommandL(TInt aCommand);
    78 	void HandleCommandL(TInt aCommand);
    79 	TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType);
    79 	TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType);
    80 	void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
    80 	void DynInitMenuPaneL(TInt aResourceId,CEikMenuPane* aMenuPane);
    81 	
    81 	
    82 	virtual void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
    82 	virtual void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
       
    83 	
       
    84 private:
       
    85 	TBool iDontUpdateList;
    83 	};
    86 	};
    84 
    87 
    85 #endif
    88 #endif
    86 
    89 
    87 
    90