vtengines/vtmediatorplugin/src/cvtmediatorplugin.cpp
branchRCL_3
changeset 24 f15ac8e65a02
parent 12 3e521e99f813
child 25 779871d1e4f4
equal deleted inserted replaced
23:890b5dd735f8 24:f15ac8e65a02
   618     
   618     
   619     if ( KNullDesC() != aData.iRemotePhoneNumber )
   619     if ( KNullDesC() != aData.iRemotePhoneNumber )
   620         {
   620         {
   621         iVtCallInfo.iVoiceCallPossible = ETrue;
   621         iVtCallInfo.iVoiceCallPossible = ETrue;
   622         }
   622         }
       
   623     iVtCallInfo.iPhoneNumText = aData.iRemotePhoneNumber;
   623     iVtCallInfo.iEventDataValidity |= 
   624     iVtCallInfo.iEventDataValidity |= 
   624         TVtVideoTelephonyCallInformation::EDisplayTextValid;
   625         TVtVideoTelephonyCallInformation::EDisplayTextValid;
   625     TRACE2("CVtMediatorPlugin.SaveCallData data saved=%d>",
   626     TRACE2("CVtMediatorPlugin.SaveCallData data saved=%d>",
   626         aData.iCallType == ECallTypeVideo )
   627         aData.iCallType == ECallTypeVideo )
   627     }
   628     }