phoneengine/engineinfo/src/cpeengineinfoimpl.cpp
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
--- 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