diff -r dbec5787fa68 -r 792dfc98fb3b camerauis/cameraapp/generic/inc/cameracontroller/camcameracontroller.h --- a/camerauis/cameraapp/generic/inc/cameracontroller/camcameracontroller.h Fri Feb 19 22:36:31 2010 +0200 +++ b/camerauis/cameraapp/generic/inc/cameracontroller/camcameracontroller.h 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" @@ -679,6 +679,11 @@ // (KIveRecoveryCountMax). TInt iIveRecoveryCount; TBool iIveRecoveryOngoing; + // ETrue if cancelling command sequence is in progress, + // due to lost resources, before recovering. + TBool iIveCancel; + // ETrue when first recovery command has got callback. + TBool iIveSequenceActive; CCamAppController& iAppController; TInt iCurrentCameraIndex;