equal
deleted
inserted
replaced
103 /** |
103 /** |
104 * Upadated CBAs |
104 * Upadated CBAs |
105 */ |
105 */ |
106 IMPORT_C virtual void UpdateCbaL( TInt aResource ); |
106 IMPORT_C virtual void UpdateCbaL( TInt aResource ); |
107 |
107 |
|
108 /** |
|
109 * Open menu bar |
|
110 */ |
|
111 IMPORT_C virtual void OpenMenuBarL(); |
|
112 |
|
113 |
|
114 // Prevents to open number entry dialog during call setup phase |
|
115 IMPORT_C virtual void HandleCreateNumberEntryL ( const TKeyEvent& aKeyEvent, |
|
116 TEventCode aEventCode ); |
108 |
117 |
109 private: |
118 private: |
110 |
119 |
111 /** |
120 /** |
112 * A message handling function for EPEMessageHandleConnected |
121 * A message handling function for EPEMessageHandleConnected |