--- a/phoneengine/phonemodel/inc/cpephonemodel.h Wed Sep 01 12:30:10 2010 +0100
+++ b/phoneengine/phonemodel/inc/cpephonemodel.h Tue Sep 14 21:18:17 2010 +0300
@@ -119,6 +119,11 @@
* Constructs Contact Handling Phase Two
*/
void ConstructContactHandlingPhaseTwoL();
+
+ /**
+ * Gets call error from callinfo
+ */
+ void SetCallError( TInt aCallId );
// Functions from CPEPhonemodelIF
@@ -321,6 +326,9 @@
// Mediator command handler
CPERemotePartyInfoMediator* iMediatorCommunicationHandler;
+
+ // Mobile call info.
+ RMobileCall::TMobileCallInfoV3* iCallInfo;
};