systemsettings/gssensorplugin/src/gssensorplugin.cpp
branchRCL_3
changeset 19 924385140d98
parent 0 2e3d3ce01487
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2010 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             // Proceed with the command
   238 			aCommand = EAknCmdExit; //"break" is removed to continue the flow to default case with the exit command
   239             aCommand = EAknCmdExit;
   239 			// coverity[MISSING_BREAK] 
   240             }
   240             }
   241         default:
   241         default:
   242             iAppUi->HandleCommandL( aCommand );
   242             iAppUi->HandleCommandL( aCommand );
   243             break;
   243             break;
   244         }
   244         }