--- a/phoneengine/engineinfo/src/cpecallinfo.cpp Wed Sep 01 12:30:10 2010 +0100
+++ b/phoneengine/engineinfo/src/cpecallinfo.cpp Tue Sep 14 21:18:17 2010 +0300
@@ -107,6 +107,7 @@
iForwardAddressChoices = NULL;
iCallIndex = KPEInvalidCallIndex;
iDoCallBackRequest = EFalse;
+ iProtocolSpesificErrorCode = KErrNone;
}
// ---------------------------------------------------------------------------
@@ -668,6 +669,22 @@
{
return iDoCallBackRequest;
}
-
+// ---------------------------------------------------------------------------
+// Sets protocol spesific error code
+// ---------------------------------------------------------------------------
+//
+void CPECallInfo::SetProtocolError( TInt aError )
+ {
+ iProtocolSpesificErrorCode = aError;
+ }
+
+// ---------------------------------------------------------------------------
+// Gets protocol spesific error code
+// ---------------------------------------------------------------------------
+//
+TInt CPECallInfo::ProtocolError() const
+ {
+ return iProtocolSpesificErrorCode;
+ }
// End of File