equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 #ifndef CRADIOSYSTEMEVENTCOLLECTOR_H |
18 #ifndef CRADIOSYSTEMEVENTCOLLECTOR_H |
19 #define CRADIOSYSTEMEVENTCOLLECTOR_H |
19 #define CRADIOSYSTEMEVENTCOLLECTOR_H |
20 |
20 |
|
21 // System includes |
21 #include <e32std.h> |
22 #include <e32std.h> |
|
23 #include <e32base.h> |
22 |
24 |
23 class MRadioSystemEventObserver; |
25 class MRadioSystemEventObserver; |
24 class MRadioAudioRoutingObserver; |
26 class MRadioAudioRoutingObserver; |
25 |
27 |
26 NONSHARABLE_CLASS( CRadioSystemEventCollector ) |
28 NONSHARABLE_CLASS( CRadioSystemEventCollector ) : public CBase |
27 { |
29 { |
28 public: |
30 public: |
29 |
31 |
30 IMPORT_C static CRadioSystemEventCollector* NewL(); |
32 IMPORT_C static CRadioSystemEventCollector* NewL(); |
31 |
33 |