diff -r 0a1ad22c7bdc -r 2c7192069824 sipplugins/sippsipadapter/src/CWPSIPItem.cpp --- a/sipplugins/sippsipadapter/src/CWPSIPItem.cpp Wed Sep 15 12:36:02 2010 +0300 +++ b/sipplugins/sippsipadapter/src/CWPSIPItem.cpp Wed Oct 13 14:57:13 2010 +0300 @@ -146,7 +146,6 @@ iToAppRef = HBufC8::NewL( 0 ); iNetwork = HBufC::NewL( 0 ); iSnapId = KErrNotFound; - iBearerId = 0; SetSigQos( 40 ); DBG_PRINT( "CWPSIPItem::ConstructL - end" ); } @@ -1008,9 +1007,7 @@ // Signalling QoS parameter. cSIPManagedProfile->SetParameter( KSIPSoIpTOS, iSigQos ); - - cSIPManagedProfile->SetParameter( KBearerType, iBearerId ); - + // Stores SIP profile to permanent storage cSIPManagedProfileRegistry->SaveL( *cSIPManagedProfile ); @@ -1262,14 +1259,4 @@ iSigQos = tosBits; } - -void CWPSIPItem::SetBearerID(TUint32 aBearerId) -{ -iBearerId = aBearerId; -} - -TUint32 CWPSIPItem:: GetBearerID() -{ -return iBearerId; -} // End of file.