equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
233 break; |
233 break; |
234 } |
234 } |
235 case EGSSenMenuExit: |
235 case EGSSenMenuExit: |
236 { |
236 { |
237 CheckExitStatusL(); |
237 CheckExitStatusL(); |
238 aCommand = EAknCmdExit; //"break" is removed to continue the flow to default case with the exit command |
238 // Proceed with the command |
239 // coverity[MISSING_BREAK] |
239 aCommand = EAknCmdExit; |
240 } |
240 } |
241 default: |
241 default: |
242 iAppUi->HandleCommandL( aCommand ); |
242 iAppUi->HandleCommandL( aCommand ); |
243 break; |
243 break; |
244 } |
244 } |