voipplugins/sipconnectionprovider/src/scpsipconnection.cpp
branchRCL_3
changeset 20 65a3ef1d5bd0
parent 12 876a3df1f464
equal deleted inserted replaced
18:8c9c07ad8b6b 20:65a3ef1d5bd0
  1101 
  1101 
  1102     return isAvailable;
  1102     return isAvailable;
  1103     }
  1103     }
  1104 
  1104 
  1105 // -----------------------------------------------------------------------------
  1105 // -----------------------------------------------------------------------------
       
  1106 // CScpSipConnection::BearerFiltteringSetting
       
  1107 // -----------------------------------------------------------------------------
       
  1108 //
       
  1109 TInt CScpSipConnection::BearerFiltteringSetting(
       
  1110     TUint32& aBearerFilttering ) const
       
  1111     {
       
  1112     SCPLOGSTRING2( "CScpSipConnection[0x%x]::BearerFiltteringSetting - IN", this );
       
  1113     return iSipProfile->GetParameter( KBearerType, aBearerFilttering );
       
  1114     }
       
  1115 
       
  1116 // -----------------------------------------------------------------------------
  1106 // CScpSipConnection::ConnectionStateChanged
  1117 // CScpSipConnection::ConnectionStateChanged
  1107 // -----------------------------------------------------------------------------
  1118 // -----------------------------------------------------------------------------
  1108 //
  1119 //
  1109 void CScpSipConnection::ConnectionStateChanged( CSIPConnection::TState aState )
  1120 void CScpSipConnection::ConnectionStateChanged( CSIPConnection::TState aState )
  1110     {
  1121     {