phoneengine/phonemodel/inc/cpephonemodel.h
branchRCL_3
changeset 26 8baf28733c3d
parent 25 5266b1f337bd
--- 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;
 
     };