equal
deleted
inserted
replaced
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include "cphonegsmsimcontrolhandler.h" |
20 #include "CPhoneGsmSimControlHandler.h" |
21 #include "cphonegsmsimcontrolparser.h" |
21 #include "CPhoneGsmSimControlParser.h" |
22 #include "cphonegsmparserresult.h" |
22 #include "CPhoneGsmParserResult.h" |
23 #include "phonegsmparser.h" |
23 #include "PhoneGsmParser.h" |
24 |
24 |
25 // CONSTANTS |
25 // CONSTANTS |
26 const TInt KPhoneSimControlOldPinPukParam = 0; |
26 const TInt KPhoneSimControlOldPinPukParam = 0; |
27 const TInt KPhoneSimControlNewPinParam = 1; |
27 const TInt KPhoneSimControlNewPinParam = 1; |
28 const TInt KPhoneSimControlNewPinVerifyParam = 2; |
28 const TInt KPhoneSimControlNewPinVerifyParam = 2; |