equal
deleted
inserted
replaced
645 { |
645 { |
646 iSubServiceState->ServiceDisconnected( *this ); |
646 iSubServiceState->ServiceDisconnected( *this ); |
647 } |
647 } |
648 break; |
648 break; |
649 |
649 |
|
650 case EScpBandwidthLimited: |
|
651 { |
|
652 iSubServiceState->BandwidthLimited( *this ); |
|
653 } |
|
654 break; |
|
655 |
650 case EScpAuthenticationFailed: |
656 case EScpAuthenticationFailed: |
651 { |
657 { |
652 iSubServiceState->AuthenticationFailed( *this ); |
658 iSubServiceState->AuthenticationFailed( *this ); |
653 } |
659 } |
654 break; |
660 break; |
663 case EScpRegistrationCanceled: |
669 case EScpRegistrationCanceled: |
664 { |
670 { |
665 iSubServiceState->ServiceConnectionCanceled( *this ); |
671 iSubServiceState->ServiceConnectionCanceled( *this ); |
666 } |
672 } |
667 break; |
673 break; |
668 |
674 |
|
675 case EScpBearerNotSupported: |
|
676 { |
|
677 iSubServiceState->BearerNotSupported( *this ); |
|
678 } |
|
679 break; |
|
680 |
669 case EScpRegistrationPending: |
681 case EScpRegistrationPending: |
670 { |
682 { |
671 iSubServiceState->RegistrationPending( *this ); |
683 iSubServiceState->RegistrationPending( *this ); |
672 } |
684 } |
673 break; |
685 break; |