phoneengine/phonemodel/inc/cpepcnparserprocedurehandler.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneengine/phonemodel/inc/cpepcnparserprocedurehandler.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/phonemodel/inc/cpepcnparserprocedurehandler.h	Fri Mar 19 09:28:42 2010 +0200
@@ -20,7 +20,7 @@
 #define CPEPCNPARSERPROCEDUREHANDLER_H
 
 //  INCLUDES
-#include    <CPhoneGsmPcnProcedureHandler.h>
+#include    <cphonegsmpcnprocedurehandler.h>
 #include    "pevirtualengine.h"
 
 // CONSTANTS
@@ -48,7 +48,7 @@
 // It is handler for GsmPcn procedures.
 
 NONSHARABLE_CLASS( CPEPcnParserProcedureHandler )
-		:public CPhoneGsmPcnProcedureHandler
+        :public CPhoneGsmPcnProcedureHandler
     {
     public:  //Constructors and descructor    
 
@@ -107,18 +107,18 @@
         * C++ default constructor.
         */
         CPEPcnParserProcedureHandler
-			( 
-			CPEMessageHandler& aOwner,  
-			MPEPhoneModelInternal& aModel
-			);
+            ( 
+            CPEMessageHandler& aOwner,  
+            MPEPhoneModelInternal& aModel
+            );
 
 
     private:    
         // CPEGsmMessageHandler object which owns this requester.
         CPEMessageHandler& iOwner;
-		// Contains information of the Suplementary Services command.
-		TPESSCommandInfo iSupplementaryServicesCommandInfo;
-		//MPEPhoneModelInternal is used to send message to the phone application
+        // Contains information of the Suplementary Services command.
+        TPESSCommandInfo iSupplementaryServicesCommandInfo;
+        //MPEPhoneModelInternal is used to send message to the phone application
         MPEPhoneModelInternal& iModel;
         // Security model
         CManualSecuritySettings* iSecurityModel;