application/inc/PodcastQueueView.h
branchsymbian1
changeset 145 cc0182a5da39
parent 60 4d230e702aa3
child 175 cd124c4eb6b9
child 183 913f0f0e98fc
equal deleted inserted replaced
90:d0c0c3e6f7a1 145:cc0182a5da39
    76 	 * @param aCommand ID of the command to respond to. 
    76 	 * @param aCommand ID of the command to respond to. 
    77 	 */
    77 	 */
    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 	
       
    82 	virtual void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation);
    81 	};
    83 	};
    82 
    84 
    83 #endif
    85 #endif
    84 
    86 
    85 
    87