equal
deleted
inserted
replaced
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 |