equal
deleted
inserted
replaced
140 // Needed also in non-touch, if call waiting request (*43#) |
140 // Needed also in non-touch, if call waiting request (*43#) |
141 // is sent during active call at least. |
141 // is sent during active call at least. |
142 UpdateCbaL( EPhoneCallHandlingInCallCBA ); |
142 UpdateCbaL( EPhoneCallHandlingInCallCBA ); |
143 } |
143 } |
144 break; |
144 break; |
|
145 |
|
146 case MEngineMonitor::EPEMessageColpNumberAvailable: |
|
147 { |
|
148 HandleColpNoteL( aCallId ); |
|
149 } |
|
150 break; |
145 |
151 |
146 default: |
152 default: |
147 CPhoneStateInCall::HandlePhoneEngineMessageL( |
153 CPhoneStateInCall::HandlePhoneEngineMessageL( |
148 aMessage, aCallId ); |
154 aMessage, aCallId ); |
149 break; |
155 break; |