equal
deleted
inserted
replaced
17 |
17 |
18 #ifndef CRADIOREGION_H |
18 #ifndef CRADIOREGION_H |
19 #define CRADIOREGION_H |
19 #define CRADIOREGION_H |
20 |
20 |
21 |
21 |
22 // INCLUDES |
22 // System includes |
23 #include <e32base.h> |
23 #include <e32base.h> |
24 |
24 |
|
25 // User includes |
25 #include "radioengine.hrh" |
26 #include "radioengine.hrh" |
26 |
27 |
27 // FORWARD DECLARATIONS |
28 // Forward declarations |
28 class CRadioRegion; |
29 class CRadioRegion; |
29 class TResourceReader; |
30 class TResourceReader; |
30 |
31 |
31 // DATA TYPES |
32 // Data types |
32 typedef RPointerArray<CRadioRegion> RRadioRegionArray; |
33 typedef RPointerArray<CRadioRegion> RRadioRegionArray; |
33 typedef RPointerArray<HBufC16> RRadioCountryCodeArray; |
34 typedef RPointerArray<HBufC16> RRadioCountryCodeArray; |
34 |
35 |
35 // CLASS DECLARATION |
36 // Class declaration |
36 |
37 |
37 /** |
38 /** |
38 * Class CRadioRegion provides information about FM region |
39 * Class CRadioRegion provides information about FM region |
39 */ |
40 */ |
40 NONSHARABLE_CLASS( CRadioRegion ) : public CBase |
41 NONSHARABLE_CLASS( CRadioRegion ) : public CBase |