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