equal
deleted
inserted
replaced
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include "cphonegsmphonenumberhandler.h" |
20 #include "CPhoneGsmPhoneNumberHandler.h" |
21 #include "cphonegsmphonenumberparser.h" |
21 #include "CPhoneGsmPhoneNumberParser.h" |
22 #include "cphonegsmparserresult.h" |
22 #include "CPhoneGsmParserResult.h" |
23 |
23 |
24 // CONSTANTS |
24 // CONSTANTS |
25 const TInt KPhonePhoneNumberDialParam = 0; |
25 const TInt KPhonePhoneNumberDialParam = 0; |
26 const TInt KPhonePhoneNumberPostfixParam = 1; |
26 const TInt KPhonePhoneNumberPostfixParam = 1; |
27 |
27 |