telutils/phoneparser/src/CPhoneGsmPhoneNumberParser.cpp
changeset 13 e32024264ebb
parent 12 ae8abd0db65c
equal deleted inserted replaced
12:ae8abd0db65c 13:e32024264ebb
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include    "CPhoneGsmPhoneNumberParser.h" 
    20 #include    "cphonegsmphonenumberparser.h" 
    21 #include    "cphonegsmparserresult.h" 
    21 #include    "cphonegsmparserresult.h" 
    22 #include    "CPhoneGsmOptionContainer.h" 
    22 #include    "cphonegsmoptioncontainer.h" 
    23 #include    "CPhoneVoipNumberParser.h" 
    23 #include    "cphonevoipnumberparser.h" 
    24 #include    "CPhoneParserFeatures.h" 
    24 #include    "cphoneparserfeatures.h" 
    25 #include    "phoneParserCommon.h" 
    25 #include    "phoneparsercommon.h" 
    26 // CONSTANTS
    26 // CONSTANTS
    27 _LIT( KPhoneClirSuppress, "*31#" );
    27 _LIT( KPhoneClirSuppress, "*31#" );
    28 _LIT( KPhoneClirInvoke, "#31#" );
    28 _LIT( KPhoneClirInvoke, "#31#" );
    29 
    29 
    30 const TInt KPhoneNumberOne = '1';
    30 const TInt KPhoneNumberOne = '1';