camerauis/cameraapp/generic/inc/cameracontroller/camcameracontroller.h
branchRCL_3
changeset 11 792dfc98fb3b
parent 0 1ddebce53859
child 25 bf64cebf4673
equal deleted inserted replaced
7:dbec5787fa68 11:792dfc98fb3b
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-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".
   677 
   677 
   678     // Counts how many times lost resources are tried to recover 
   678     // Counts how many times lost resources are tried to recover 
   679     // (KIveRecoveryCountMax).
   679     // (KIveRecoveryCountMax).
   680     TInt iIveRecoveryCount;  
   680     TInt iIveRecoveryCount;  
   681     TBool iIveRecoveryOngoing;
   681     TBool iIveRecoveryOngoing;
       
   682     // ETrue if cancelling command sequence is in progress,
       
   683     // due to lost resources, before recovering.
       
   684     TBool iIveCancel;
       
   685     // ETrue when first recovery command has got callback.  
       
   686     TBool iIveSequenceActive;
   682     
   687     
   683     CCamAppController& iAppController;
   688     CCamAppController& iAppController;
   684     TInt iCurrentCameraIndex;  
   689     TInt iCurrentCameraIndex;  
   685 
   690 
   686   };
   691   };