voipplugins/sipconnectionprovider/src/scpsubservicestate.cpp
branchRCL_3
changeset 33 2989b291cac7
parent 28 d38647835c2e
--- 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
 // -----------------------------------------------------------------------------
 //