camerauis/cameraapp/generic/src/CamViewBase.cpp
branchRCL_3
changeset 11 792dfc98fb3b
parent 0 1ddebce53859
child 20 38fb6f7eacd5
--- a/camerauis/cameraapp/generic/src/CamViewBase.cpp	Fri Feb 19 22:36:31 2010 +0200
+++ b/camerauis/cameraapp/generic/src/CamViewBase.cpp	Fri Mar 12 15:41:04 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -387,8 +387,9 @@
     	{
     	BlankSoftkeysL();
     	}
-    else if ( appUi->StandbyStatus() == KErrInUse 
-	 ||  appUi->StandbyStatus() == KErrPermissionDenied )
+    else if ( appUi->StandbyStatus() == KErrInUse ||
+              appUi->StandbyStatus() == KErrPermissionDenied ||
+              appUi->StandbyStatus() == KErrAccessDenied )
         {
         SetSoftKeysL( R_CAM_SOFTKEYS_OPTIONS_EXIT );	
         }