phoneapp/phoneuistates/inc/cphonestatemachinegsm.h
branchRCL_3
changeset 24 41a7f70b3818
parent 4 24062c24fe38
child 25 5266b1f337bd
equal deleted inserted replaced
23:40a3f856b14d 24:41a7f70b3818
     1 /*
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005 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".
    74             MPhoneViewCommandHandle* aViewCommandHandle );
    74             MPhoneViewCommandHandle* aViewCommandHandle );
    75  
    75  
    76         // Phone customization
    76         // Phone customization
    77         MPhoneCustomization* iCustomization;
    77         MPhoneCustomization* iCustomization;
    78         
    78         
    79     private:
    79     private: // Data
    80     	
    80     
    81         TBool IsSimlockStartupStateCreated()const;
    81         // Is emergency object instantiated - needed to prevent multiple instantiation
    82         
    82         TBool iEmergencyStateConstructed;
    83  	private: // Data
    83     
    84  	
       
    85 		// Is emergency object instantiated - needed to prevent multiple instantiation
       
    86  		TBool iEmergencyStateConstructed;
       
    87  	
       
    88          // Emergency state which is hold in memory all the time.
    84          // Emergency state which is hold in memory all the time.
    89         MPhoneState* iEmergencyState;         
    85         MPhoneState* iEmergencyState;         
    90     };
    86     };
    91 
    87 
    92 #endif      // CPHONESTATEMACHINEGSM_H
    88 #endif      // CPHONESTATEMACHINEGSM_H