telutils/phoneparser/src/CPhoneGsmSimControlParser.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    "cphonegsmsimcontrolparser.h" 
    20 #include    "CPhoneGsmSimControlParser.h"
    21 #include    "cphonegsmparserresult.h" 
    21 #include    "CPhoneGsmParserResult.h"
    22 #include    "cphonegsmoptioncontainer.h" 
    22 #include    "CPhoneGsmOptionContainer.h"
    23 
    23 
    24 // CONSTANTS
    24 // CONSTANTS
    25 _LIT( KPhoneSimControlPinChangeCode, "04" );
    25 _LIT( KPhoneSimControlPinChangeCode, "04" );
    26 _LIT( KPhoneSimControlPin2ChangeCode, "042" );
    26 _LIT( KPhoneSimControlPin2ChangeCode, "042" );
    27 _LIT( KPhoneSimControlPinUnblockCode, "05" );
    27 _LIT( KPhoneSimControlPinUnblockCode, "05" );