phoneapp/phoneuivoipextension/src/cphonestatealertingvoip.cpp
changeset 77 2be0b271d017
parent 37 ba76fc04e6c2
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
   112     __LOGMETHODSTARTEND( PhoneUIVoIPExtension, 
   112     __LOGMETHODSTARTEND( PhoneUIVoIPExtension, 
   113         "CPhoneStateAlertingVoIP::HandleConnectedL() ");
   113         "CPhoneStateAlertingVoIP::HandleConnectedL() ");
   114 
   114 
   115     if( iStateMachine->PhoneEngineInfo()->CallType( aCallId ) == EPECallTypeVoIP )
   115     if( iStateMachine->PhoneEngineInfo()->CallType( aCallId ) == EPECallTypeVoIP )
   116         {
   116         {
   117         SetCallHeaderType( EPECallTypeVoIP );
   117         //TODO
       
   118         //SetCallHeaderType( EPECallTypeVoIP );
   118         }
   119         }
   119 
   120 
   120     CPhoneAlerting::HandleConnectedL( aCallId );        
   121     CPhoneAlerting::HandleConnectedL( aCallId );        
   121     }
   122     }
   122 
   123