telutils/phoneparser/src/PhoneGsmParser.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 13 e32024264ebb
equal deleted inserted replaced
0:ff3b6d0fd310 12:ae8abd0db65c
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include    "PhoneGsmParser.h"
    20 #include    "phonegsmparser.h" 
    21 #include    "CPhoneGsmParser.h"
    21 #include    "CPhoneGsmParser.h" 
    22 #include    "CPhoneGsmParserBase.h"
    22 #include    "cphonegsmparserbase.h" 
    23 #include    "CPhoneGsmParserResult.h"
    23 #include    "cphonegsmparserresult.h" 
    24 #include    "CPhoneGsmOptionContainer.h"
    24 #include    "CPhoneGsmOptionContainer.h" 
    25 
    25 
    26 #include    "CPhoneGsmParserContainer.h"
    26 #include    "CPhoneGsmParserContainer.h" 
    27 #include    "CPhoneGsmSsParser.h"
    27 #include    "CPhoneGsmSsParser.h" 
    28 #include    "CPhoneGsmSimControlParser.h"
    28 #include    "CPhoneGsmSimControlParser.h" 
    29 #include    "CPhoneGsmPhoneNumberParser.h"
    29 #include    "CPhoneGsmPhoneNumberParser.h" 
    30 #include    "CPhoneGsmSsCallParser.h"
    30 #include    "CPhoneGsmSsCallParser.h" 
    31 #include    "CPhoneGsmManufacturerParser.h"
    31 #include    "CPhoneGsmManufacturerParser.h" 
    32 #include    "CPhoneGsmPcnProcedureParser.h"
    32 #include    "CPhoneGsmPcnProcedureParser.h" 
    33 #include    "CPhoneGsmManufacturerHandler.h"
    33 #include    "cphonegsmmanufacturerhandler.h" 
    34 #include    "CPhoneGsmEmergencyNumberParser.h"
    34 #include    "CPhoneGsmEmergencyNumberParser.h" 
    35 #include    "CPhoneParserFeatures.h"
    35 #include    "CPhoneParserFeatures.h" 
    36 #include    "CPhoneVoipNumberParser.h"
    36 #include    "CPhoneVoipNumberParser.h" 
    37 #include    "CPhoneGsmImeiParser.h"
    37 #include    "CPhoneGsmImeiParser.h" 
    38 
    38 
    39 
    39 
    40 // CONSTANTS
    40 // CONSTANTS
    41 const TInt KPhoneParserResultParameterReserver = 10;
    41 const TInt KPhoneParserResultParameterReserver = 10;
    42 _LIT( KPhoneParserPanic, "PhoneParser" );
    42 _LIT( KPhoneParserPanic, "PhoneParser" );
   373 
   373 
   374     manuCodes->AddStringL(
   374     manuCodes->AddStringL(
   375         KPhoneCodeWLANMAC, 
   375         KPhoneCodeWLANMAC, 
   376         CPhoneGsmManufacturerParser::EFlagCode,
   376         CPhoneGsmManufacturerParser::EFlagCode,
   377         CPhoneGsmManufacturerHandler::EShowWlanMac,
   377         CPhoneGsmManufacturerHandler::EShowWlanMac,
   378         KFeatureIdProtocolWlan );		
   378         KFeatureIdProtocolWlan );       
   379 
   379 
   380     if ( CPhoneParserFeatures::LifeTimerEnabled())
   380     if ( CPhoneParserFeatures::LifeTimerEnabled())
   381         {
   381         {
   382         manuCodes->AddStringL( 
   382         manuCodes->AddStringL( 
   383             KPhoneCodeLifeTimer,
   383             KPhoneCodeLifeTimer,