equal
deleted
inserted
replaced
682 iPrimaryCall->SetParameters( *params ); |
682 iPrimaryCall->SetParameters( *params ); |
683 //inform through phone engine to phone about call bubble update needs |
683 //inform through phone engine to phone about call bubble update needs |
684 MCCPCallObserver::TCCPCallEvent event = |
684 MCCPCallObserver::TCCPCallEvent event = |
685 MCCPCallObserver::ECCPNotifyRemotePartyInfoChange; |
685 MCCPCallObserver::ECCPNotifyRemotePartyInfoChange; |
686 iCallObs->CallEventOccurred( event, this ); |
686 iCallObs->CallEventOccurred( event, this ); |
|
687 |
|
688 RUBY_DEBUG0("Let HoTrigger know about changed domain"); |
|
689 |
|
690 if( params->CallType() == CCPCall::ECallTypeCSVoice ) |
|
691 { |
|
692 RUBY_DEBUG0("New domain is CS"); |
|
693 iVccHoTrigger.SetCurrentDomainType( CVccHoTrigger::ECallDomainTypeCS ); |
|
694 } |
|
695 else |
|
696 { |
|
697 RUBY_DEBUG0("New domain is PS"); |
|
698 iVccHoTrigger.SetCurrentDomainType( CVccHoTrigger::ECallDomainTypePS ); |
|
699 } |
687 |
700 |
688 delete params; |
701 delete params; |
689 } |
702 } |
690 |
703 |
691 // ----------------------------------------------------------------------------- |
704 // ----------------------------------------------------------------------------- |