telutils/phoneparser/src/CPhoneGsmManufacturerParser.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include    "cphonegsmmanufacturerparser.h" 
    20 #include    "CPhoneGsmManufacturerParser.h"
    21 #include    "cphonegsmoptioncontainer.h" 
    21 #include    "CPhoneGsmOptionContainer.h"
    22 #include    "cphonegsmparserresult.h" 
    22 #include    "CPhoneGsmParserResult.h"
    23 #include    "cphoneparserfeatures.h" 
    23 #include    "CPhoneParserFeatures.h"
    24 
    24 
    25 // CONSTANTS
    25 // CONSTANTS
    26 const TInt KPhoneManufacturerCodeArrayGanularity = 5;
    26 const TInt KPhoneManufacturerCodeArrayGanularity = 5;
    27 
    27 
    28 _LIT( KPhoneHashStr, "#" );
    28 _LIT( KPhoneHashStr, "#" );