vtengines/vtmediatorplugin/src/cvtmediatorplugin.cpp
branchRCL_3
changeset 25 779871d1e4f4
parent 24 f15ac8e65a02
equal deleted inserted replaced
24:f15ac8e65a02 25:779871d1e4f4
   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;
       
   624     iVtCallInfo.iEventDataValidity |= 
   623     iVtCallInfo.iEventDataValidity |= 
   625         TVtVideoTelephonyCallInformation::EDisplayTextValid;
   624         TVtVideoTelephonyCallInformation::EDisplayTextValid;
   626     TRACE2("CVtMediatorPlugin.SaveCallData data saved=%d>",
   625     TRACE2("CVtMediatorPlugin.SaveCallData data saved=%d>",
   627         aData.iCallType == ECallTypeVideo )
   626         aData.iCallType == ECallTypeVideo )
   628     }
   627     }