equal
deleted
inserted
replaced
210 * @param aCallId: the call id of the call |
210 * @param aCallId: the call id of the call |
211 */ |
211 */ |
212 void HandleIdleL( TInt aCallId ); |
212 void HandleIdleL( TInt aCallId ); |
213 |
213 |
214 /** |
214 /** |
215 * Launches application. |
|
216 */ |
|
217 void LaunchApplicationL(); |
|
218 |
|
219 /** |
|
220 * Send Exit command |
215 * Send Exit command |
221 */ |
216 */ |
222 void SendExitCommandL(); |
217 void SendExitCommandL(); |
223 |
218 |
224 /** |
219 /** |
244 * @param none. |
239 * @param none. |
245 * @return ETrue if ongoing. |
240 * @return ETrue if ongoing. |
246 */ |
241 */ |
247 TBool RestoreOngoing(); |
242 TBool RestoreOngoing(); |
248 |
243 |
249 /** |
244 |
250 * Handles back command. |
245 void HandleVoiceCallCommandL(); |
251 */ |
|
252 void HandleBackCommandL(); |
|
253 |
|
254 /** |
|
255 * Checks for application launching configurations from |
|
256 * central repository. |
|
257 * @param aCode key code. |
|
258 * @return ETrue if configuration found. |
|
259 */ |
|
260 TBool CheckAppLaunchingL( const TKeyCode aCode ); |
|
261 |
|
262 void HandleVoiceCallCommandL(); |
|
263 |
246 |
264 private: |
247 private: |
265 |
248 |
266 // Owned profile engine |
249 // Owned profile engine |
267 MProfileEngine* iEngine; |
250 MProfileEngine* iEngine; |