diff -r 5266b1f337bd -r 8baf28733c3d phoneengine/engineinfo/src/cpeengineinfoimpl.cpp --- a/phoneengine/engineinfo/src/cpeengineinfoimpl.cpp Wed Sep 01 12:30:10 2010 +0100 +++ b/phoneengine/engineinfo/src/cpeengineinfoimpl.cpp Tue Sep 14 21:18:17 2010 +0300 @@ -2680,4 +2680,24 @@ return stateExists; } +// ----------------------------------------------------------------------------- +// CPEEngineInfoImpl::SetProtocolError +// Sets the protocol spesific error code to callinfo +// ----------------------------------------------------------------------------- +// +void CPEEngineInfoImpl::SetProtocolError( TInt aError, TInt aCallId ) + { + iCurrentCalls[ aCallId ]->SetProtocolError( aError ); + } + +// ----------------------------------------------------------------------------- +// CPEEngineInfoImpl::ProtocolError +// Gets the protocol spesific error code from callinfo +// ----------------------------------------------------------------------------- +// +TInt CPEEngineInfoImpl::ProtocolError( const TInt aCallId ) const + { + return iCurrentCalls[ aCallId ]->ProtocolError(); + } + // End of File