diff -r c84cf270c54f -r 92ab7f8d0eab phoneengine/phonemodel/inc/cpepcnparserprocedurehandler.h --- 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 +#include #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;