voipplugins/sipconnectionprovider/src/scpsubservice.cpp
branchRCL_3
changeset 20 65a3ef1d5bd0
parent 12 876a3df1f464
equal deleted inserted replaced
18:8c9c07ad8b6b 20:65a3ef1d5bd0
   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 
       
   656         case EScpAuthenticationFailed:
   650         case EScpAuthenticationFailed:
   657             {
   651             {
   658             iSubServiceState->AuthenticationFailed( *this );
   652             iSubServiceState->AuthenticationFailed( *this );
   659             }
   653             }
   660             break;
   654             break;
   669         case EScpRegistrationCanceled:
   663         case EScpRegistrationCanceled:
   670             {
   664             {
   671             iSubServiceState->ServiceConnectionCanceled( *this );
   665             iSubServiceState->ServiceConnectionCanceled( *this );
   672             }
   666             }
   673             break;
   667             break;
   674             
   668                         
   675         case EScpBearerNotSupported:
       
   676             {
       
   677             iSubServiceState->BearerNotSupported( *this );
       
   678             }
       
   679             break;
       
   680             
       
   681         case EScpRegistrationPending:
   669         case EScpRegistrationPending:
   682             {
   670             {
   683             iSubServiceState->RegistrationPending( *this );
   671             iSubServiceState->RegistrationPending( *this );
   684             }
   672             }
   685             break;
   673             break;