phoneengine/phonemodel/inc/cpepcnparserprocedurehandler.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneengine/phonemodel/inc/cpepcnparserprocedurehandler.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneengine/phonemodel/inc/cpepcnparserprocedurehandler.h	Wed Sep 01 12:30:10 2010 +0100
@@ -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;