phoneapp/phoneuistates/inc/cphonestatemachinegsm.h
branchRCL_3
changeset 61 41a7f70b3818
parent 14 24062c24fe38
child 62 5266b1f337bd
--- a/phoneapp/phoneuistates/inc/cphonestatemachinegsm.h	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneapp/phoneuistates/inc/cphonestatemachinegsm.h	Tue Aug 31 15:14:29 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2005 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"
@@ -76,15 +76,11 @@
         // Phone customization
         MPhoneCustomization* iCustomization;
         
-    private:
-    	
-        TBool IsSimlockStartupStateCreated()const;
-        
- 	private: // Data
- 	
-		// Is emergency object instantiated - needed to prevent multiple instantiation
- 		TBool iEmergencyStateConstructed;
- 	
+    private: // Data
+    
+        // Is emergency object instantiated - needed to prevent multiple instantiation
+        TBool iEmergencyStateConstructed;
+    
          // Emergency state which is hold in memory all the time.
         MPhoneState* iEmergencyState;         
     };