equal
deleted
inserted
replaced
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: // Data |
79 private: |
80 |
80 |
81 // Is emergency object instantiated - needed to prevent multiple instantiation |
81 TBool IsSimlockStartupStateCreated()const; |
82 TBool iEmergencyStateConstructed; |
82 |
83 |
83 private: // Data |
|
84 |
|
85 // Is emergency object instantiated - needed to prevent multiple instantiation |
|
86 TBool iEmergencyStateConstructed; |
|
87 |
84 // Emergency state which is hold in memory all the time. |
88 // Emergency state which is hold in memory all the time. |
85 MPhoneState* iEmergencyState; |
89 MPhoneState* iEmergencyState; |
86 }; |
90 }; |
87 |
91 |
88 #endif // CPHONESTATEMACHINEGSM_H |
92 #endif // CPHONESTATEMACHINEGSM_H |