diff -r 8c9c07ad8b6b -r 65a3ef1d5bd0 voipplugins/sipconnectionprovider/src/scpsubservice.cpp --- a/voipplugins/sipconnectionprovider/src/scpsubservice.cpp Mon Jun 21 15:29:21 2010 +0300 +++ b/voipplugins/sipconnectionprovider/src/scpsubservice.cpp Thu Aug 19 09:45:22 2010 +0300 @@ -647,12 +647,6 @@ } break; - case EScpBandwidthLimited: - { - iSubServiceState->BandwidthLimited( *this ); - } - break; - case EScpAuthenticationFailed: { iSubServiceState->AuthenticationFailed( *this ); @@ -671,13 +665,7 @@ iSubServiceState->ServiceConnectionCanceled( *this ); } break; - - case EScpBearerNotSupported: - { - iSubServiceState->BearerNotSupported( *this ); - } - break; - + case EScpRegistrationPending: { iSubServiceState->RegistrationPending( *this );