diff -r e30d4a1b8bad -r c26cc2a7c548 phoneengine/engineinfo/src/cpeengineinfoimpl.cpp --- a/phoneengine/engineinfo/src/cpeengineinfoimpl.cpp Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneengine/engineinfo/src/cpeengineinfoimpl.cpp Wed Oct 13 14:31:22 2010 +0300 @@ -2680,24 +2680,4 @@ 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