equal
deleted
inserted
replaced
18 #ifndef CPECLIENTEMERGENCYCALLMONITOR_H |
18 #ifndef CPECLIENTEMERGENCYCALLMONITOR_H |
19 #define CPECLIENTEMERGENCYCALLMONITOR_H |
19 #define CPECLIENTEMERGENCYCALLMONITOR_H |
20 |
20 |
21 //INCLUDES |
21 //INCLUDES |
22 #include <e32base.h> |
22 #include <e32base.h> |
23 #include <cphcltemergencycall.h> |
23 #include <CPhCltEmergencyCall.h> |
24 #include <mphcltdialemergencyrequestobserver.h> |
24 #include <mphcltdialemergencyrequestobserver.h> |
25 #include "mpeclientcallrequestmonitor.h" |
25 #include "mpeclientcallrequestmonitor.h" |
26 |
26 |
27 // FORWARD DECLARATIONS |
27 // FORWARD DECLARATIONS |
28 class RTASecuritySession; |
28 class RTASecuritySession; |
116 /** |
116 /** |
117 * By default Symbian 2nd phase constructor is private. |
117 * By default Symbian 2nd phase constructor is private. |
118 */ |
118 */ |
119 void ConstructL(); |
119 void ConstructL(); |
120 |
120 |
121 private: //Data |
121 private: //Data |
122 // MPEPhoneModelInternal is used to send message to the phone application |
122 // MPEPhoneModelInternal is used to send message to the phone application |
123 MPEPhoneModelInternal& iModel; |
123 MPEPhoneModelInternal& iModel; |
124 // Notifies call request from the client/server interface. |
124 // Notifies call request from the client/server interface. |
125 CPhCltCallNotify& iCallNotifier; |
125 CPhCltCallNotify& iCallNotifier; |
126 // Client originated call (on/off) |
126 // Client originated call (on/off) |