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 |
|
79 private: |
|
80 TBool iDontUpdateList; |
|
81 |
78 }; |
82 }; |
79 |
83 |
80 #endif |
84 #endif |
81 |
85 |
82 |
86 |