16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include "phonegsmparser.h" |
20 #include "phonegsmparser.h" |
21 #include "CPhoneGsmParser.h" |
21 #include "cphonegsmparser.h" |
22 #include "cphonegsmparserbase.h" |
22 #include "cphonegsmparserbase.h" |
23 #include "cphonegsmparserresult.h" |
23 #include "cphonegsmparserresult.h" |
24 #include "CPhoneGsmOptionContainer.h" |
24 #include "cphonegsmoptioncontainer.h" |
25 |
25 |
26 #include "CPhoneGsmParserContainer.h" |
26 #include "cphonegsmparsercontainer.h" |
27 #include "CPhoneGsmSsParser.h" |
27 #include "cphonegsmssparser.h" |
28 #include "CPhoneGsmSimControlParser.h" |
28 #include "cphonegsmsimcontrolparser.h" |
29 #include "CPhoneGsmPhoneNumberParser.h" |
29 #include "cphonegsmphonenumberparser.h" |
30 #include "CPhoneGsmSsCallParser.h" |
30 #include "cphonegsmsscallparser.h" |
31 #include "CPhoneGsmManufacturerParser.h" |
31 #include "cphonegsmmanufacturerparser.h" |
32 #include "CPhoneGsmPcnProcedureParser.h" |
32 #include "cphonegsmpcnprocedureparser.h" |
33 #include "cphonegsmmanufacturerhandler.h" |
33 #include "cphonegsmmanufacturerhandler.h" |
34 #include "CPhoneGsmEmergencyNumberParser.h" |
34 #include "cphonegsmemergencynumberparser.h" |
35 #include "CPhoneParserFeatures.h" |
35 #include "cphoneparserfeatures.h" |
36 #include "CPhoneVoipNumberParser.h" |
36 #include "cphonevoipnumberparser.h" |
37 #include "CPhoneGsmImeiParser.h" |
37 #include "cphonegsmimeiparser.h" |
38 |
38 |
39 |
39 |
40 // CONSTANTS |
40 // CONSTANTS |
41 const TInt KPhoneParserResultParameterReserver = 10; |
41 const TInt KPhoneParserResultParameterReserver = 10; |
42 _LIT( KPhoneParserPanic, "PhoneParser" ); |
42 _LIT( KPhoneParserPanic, "PhoneParser" ); |