phoneapp/phoneuistates/src/cphonesingleandcallsetupandwaiting.cpp
branchRCL_3
changeset 3 8871b09be73b
parent 1 838b0a10d15b
child 4 24062c24fe38
equal deleted inserted replaced
2:c84cf270c54f 3:8871b09be73b
   219             {
   219             {
   220             // If call setup failed then stop capturing keys.
   220             // If call setup failed then stop capturing keys.
   221             // Flow through to default branch.
   221             // Flow through to default branch.
   222             CaptureKeysDuringCallNotificationL( EFalse );
   222             CaptureKeysDuringCallNotificationL( EFalse );
   223             }
   223             }
   224             
   224            
   225         case MEngineMonitor::EPEMessageColpNumberAvailable:
       
   226             {
       
   227             HandleColpNoteL( aCallId );            
       
   228             }
       
   229             break;   
       
   230         default:
   225         default:
   231             {
   226             {
   232             CPhoneGsmInCall::HandlePhoneEngineMessageL( aMessage, aCallId );
   227             CPhoneGsmInCall::HandlePhoneEngineMessageL( aMessage, aCallId );
   233             }
   228             }
   234             break;
   229             break;