telutils/phoneparser/src/CPhoneGsmMiscHandler.cpp
changeset 31 a2467631ae02
parent 12 ae8abd0db65c
equal deleted inserted replaced
27:7eb70891911c 31:a2467631ae02
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Implementation of handlers for USSD and IMEI.
    14 * Description:  Implementation of handler for USSD.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    40                 // First parameter is ussd string.
    40                 // First parameter is ussd string.
    41                 ProcessUssdL( aResult.ParameterAt( 0 ) );
    41                 ProcessUssdL( aResult.ParameterAt( 0 ) );
    42                 }
    42                 }
    43             break;
    43             break;
    44 
    44 
    45         case KPhoneUidIMEI:
       
    46             ProcessShowIMEIL();
       
    47             break;
       
    48 
       
    49         default:
    45         default:
    50             break;
    46             break;
    51         }
    47         }
    52     }   
    48     }   
    53 
    49