equal
deleted
inserted
replaced
2884 // ----------------------------------------------------------------------------- |
2884 // ----------------------------------------------------------------------------- |
2885 // |
2885 // |
2886 void CPEMessageHandler::HandleRemotePartyInfoChanged( const TInt aCallId ) |
2886 void CPEMessageHandler::HandleRemotePartyInfoChanged( const TInt aCallId ) |
2887 { |
2887 { |
2888 UpdateRemotePartyInfo(); |
2888 UpdateRemotePartyInfo(); |
2889 |
2889 |
2890 if ( iDataStore.RemoteColpNumber( aCallId ).Length() ) |
|
2891 { |
|
2892 iModel.SendMessage( MEngineMonitor::EPEMessageColpNumberAvailable, aCallId ); |
|
2893 } |
|
2894 } |
2890 } |
2895 |
2891 |
2896 |
2892 |
2897 // ----------------------------------------------------------------------------- |
2893 // ----------------------------------------------------------------------------- |
2898 // CPEMessageHandler::HandleUnattendedTransferRequestResponse |
2894 // CPEMessageHandler::HandleUnattendedTransferRequestResponse |