diff -r 5886d40bb3de -r 2989b291cac7 voipplugins/sipconnectionprovider/src/scpsubservicestate.cpp --- a/voipplugins/sipconnectionprovider/src/scpsubservicestate.cpp Wed Sep 15 12:01:56 2010 +0300 +++ b/voipplugins/sipconnectionprovider/src/scpsubservicestate.cpp Wed Oct 13 14:20:32 2010 +0300 @@ -125,6 +125,15 @@ } // ----------------------------------------------------------------------------- +// TScpSubServiceState::BandwidthLimited +// ----------------------------------------------------------------------------- +// +void TScpSubServiceState::BandwidthLimited( CScpSubService& /*aSubService*/ ) const + { + SCPLOGSTRING( "TScpSubServiceState::BandwidthLimited" ); + } + +// ----------------------------------------------------------------------------- // TScpSubServiceState::AuthenticationFailed // ----------------------------------------------------------------------------- // @@ -152,6 +161,15 @@ } // ----------------------------------------------------------------------------- +// TScpSubServiceState::BearerNotSupported +// ----------------------------------------------------------------------------- +// +void TScpSubServiceState::BearerNotSupported( CScpSubService& /*aSubService*/ ) const + { + SCPLOGSTRING( "TScpSubServiceState::BearerNotSupported" ); + } + +// ----------------------------------------------------------------------------- // TScpSubServiceState::RegistrationPending // ----------------------------------------------------------------------------- //