phoneapp/phoneuistates/inc/cphonestatemachinegsm.h
branchRCL_3
changeset 4 24062c24fe38
parent 0 5f000ab63145
child 24 41a7f70b3818
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
     1 /*
     1 /*
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 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".
    74             MPhoneViewCommandHandle* aViewCommandHandle );
    74             MPhoneViewCommandHandle* aViewCommandHandle );
    75  
    75  
    76         // Phone customization
    76         // Phone customization
    77         MPhoneCustomization* iCustomization;
    77         MPhoneCustomization* iCustomization;
    78         
    78         
       
    79     private:
       
    80     	
       
    81         TBool IsSimlockStartupStateCreated()const;
       
    82         
    79  	private: // Data
    83  	private: // Data
    80  	
    84  	
    81 		// Is emergency object instantiated - needed to prevent multiple instantiation
    85 		// Is emergency object instantiated - needed to prevent multiple instantiation
    82  		TBool iEmergencyStateConstructed;
    86  		TBool iEmergencyStateConstructed;
    83  	
    87