equal
deleted
inserted
replaced
90 * @param aPriority An active object priority value. |
90 * @param aPriority An active object priority value. |
91 * @param aPhone A reference to MSatMultiModeApi. |
91 * @param aPhone A reference to MSatMultiModeApi. |
92 */ |
92 */ |
93 CSetupCallRequestHandler( MSatMultiModeApi& aPhone, |
93 CSetupCallRequestHandler( MSatMultiModeApi& aPhone, |
94 CSetUpCallHandler* aDispatcher ); |
94 CSetUpCallHandler* aDispatcher ); |
|
95 |
|
96 /** |
|
97 * By default Symbian 2nd phase constructor is private. |
|
98 */ |
|
99 void ConstructL(); |
95 |
100 |
96 private: // Data |
101 private: // Data |
97 |
102 |
98 /** |
103 /** |
99 * Reference to the MSatMultiModeApi |
104 * Reference to the MSatMultiModeApi |
100 */ |
105 */ |
101 MSatMultiModeApi& iPhone; |
106 MSatMultiModeApi& iPhone; |
102 |
107 |
103 /** |
108 /** |
104 * Pointer to SendSs command handler |
109 * Pointer to SetupCall command handler |
105 */ |
110 */ |
106 CSetUpCallHandler* iDispatcher; |
111 CSetUpCallHandler* iDispatcher; |
107 |
112 |
108 /** |
113 /** |
109 * Own. Dtmf sender |
114 * Own. Dtmf sender |