phoneengine/phonemodel/inc/cpeparsermischandler.h
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
equal deleted inserted replaced
23:40a3f856b14d 24:41a7f70b3818
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  This file contains the header file of the CPhoneGsmMiscHandler 
    14 * Description:  This file contains the header file of the CPhoneGsmMiscHandler 
    15 *		 		 class
    15 *                class
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef CPEPARSERMISCHANDLER_H
    20 #ifndef CPEPARSERMISCHANDLER_H
    21 #define CPEPARSERMISCHANDLER_H
    21 #define CPEPARSERMISCHANDLER_H
    22 
    22 
    23 //INCLUDES
    23 //INCLUDES
    24 #include "CPhoneGsmMiscHandler.h"
    24 #include "cphonegsmmischandler.h"
    25 #include <pevirtualengine.h>
    25 #include <pevirtualengine.h>
    26 
    26 
    27 // CONSTANTS
    27 // CONSTANTS
    28 // None
    28 // None
    29 
    29 
    63         ~CPEParserMiscHandler();
    63         ~CPEParserMiscHandler();
    64 
    64 
    65     public: // Functions from base classes
    65     public: // Functions from base classes
    66 
    66 
    67         /**
    67         /**
    68         * Process IMEI display
       
    69         */
       
    70         void ProcessShowIMEIL();
       
    71 
       
    72         /**
       
    73         * Process USSD request
    68         * Process USSD request
    74         * @param aString, USSD string to be sent
    69         * @param aString, USSD string to be sent
    75         */
    70         */
    76         void ProcessUssdL( const TDesC& aString );
    71         void ProcessUssdL( const TDesC& aString );
    77 
    72