equal
deleted
inserted
replaced
108 CPhoneSystemEventHandler::~CPhoneSystemEventHandler() |
108 CPhoneSystemEventHandler::~CPhoneSystemEventHandler() |
109 { |
109 { |
110 } |
110 } |
111 |
111 |
112 // --------------------------------------------------------- |
112 // --------------------------------------------------------- |
113 // CPhoneSystemEventHandler::DynInitMenuPaneL |
|
114 // --------------------------------------------------------- |
|
115 // |
|
116 void CPhoneSystemEventHandler::DynInitMenuPaneL( |
|
117 TInt aResourceId, |
|
118 CEikMenuPane* aMenuPane ) |
|
119 { |
|
120 iStateMachine->State()->DynInitMenuPaneL( aResourceId, aMenuPane ); |
|
121 } |
|
122 |
|
123 // --------------------------------------------------------- |
|
124 // CPhoneSystemEventHandler::DynInitMenuBarL |
|
125 // --------------------------------------------------------- |
|
126 // |
|
127 void CPhoneSystemEventHandler::DynInitMenuBarL( |
|
128 TInt aResourceId, |
|
129 CEikMenuBar* aMenuBar ) |
|
130 { |
|
131 iStateMachine->State()->DynInitMenuBarL( aResourceId, aMenuBar ); |
|
132 } |
|
133 |
|
134 // --------------------------------------------------------- |
|
135 // CPhoneSystemEventHandler::HandleSystemEventL |
113 // CPhoneSystemEventHandler::HandleSystemEventL |
136 // --------------------------------------------------------- |
114 // --------------------------------------------------------- |
137 // |
115 // |
138 void CPhoneSystemEventHandler::HandleSystemEventL( const TWsEvent& aEvent ) |
116 void CPhoneSystemEventHandler::HandleSystemEventL( const TWsEvent& aEvent ) |
139 { |
117 { |