equal
deleted
inserted
replaced
65 * |
65 * |
66 * @param aErrCode Result of ETelMM Api calling. |
66 * @param aErrCode Result of ETelMM Api calling. |
67 */ |
67 */ |
68 void SetupCallRequestComplete( const TInt aErrCode ); |
68 void SetupCallRequestComplete( const TInt aErrCode ); |
69 |
69 |
70 /** |
|
71 * TSetupCallStatus |
|
72 * setup call status, when there is an asynchronous |
|
73 * operation is handling by the CSetupCallCallRequestHandler |
|
74 * we will save some status information |
|
75 */ |
|
76 enum TSetupCallStatus |
|
77 { |
|
78 ESetupCallIdle = 0, |
|
79 ESetupCallDialWaiting, |
|
80 ESetupCallTerminateWaiting, |
|
81 ESetupCallEmergencyWaiting |
|
82 }; |
|
83 |
|
84 |
|
85 protected: |
70 protected: |
86 |
71 |
87 // from base class CActive |
72 // from base class CActive |
88 |
73 |
89 /** |
74 /** |
250 * Indicates if call control is active |
235 * Indicates if call control is active |
251 */ |
236 */ |
252 TBool iCallControlActive; |
237 TBool iCallControlActive; |
253 |
238 |
254 /** |
239 /** |
255 * Dial completion status |
|
256 */ |
|
257 TInt iSetUpCallStatus; |
|
258 |
|
259 /** |
|
260 * wait scheduler |
240 * wait scheduler |
261 */ |
241 */ |
262 CActiveSchedulerWait iWait; |
242 CActiveSchedulerWait iWait; |
263 |
243 |
264 /** |
244 /** |