phoneengine/phonemodel/inc/cpephonemodel.h
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 78 baacf668fe89
--- a/phoneengine/phonemodel/inc/cpephonemodel.h	Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneengine/phonemodel/inc/cpephonemodel.h	Wed Jun 23 18:12:20 2010 +0300
@@ -37,7 +37,6 @@
 class CPEExternalDataHandler;
 class CPEMessageHandler;
 class CPESimStateMonitor;
-class CPEIdleStatusMonitor;
 class MEngineMonitor;
 class MPEContactHandling;
 class MPECallHandling;
@@ -47,7 +46,6 @@
 class MPEServiceHandling;
 class CPERemotePartyInfoMediator;
 class PhoneServices;
-class ParserRecognizer;
 
 // CLASS DECLARATION
 
@@ -79,7 +77,6 @@
             EPEContactHandlingPhaseTwo,
             EPEMediatorCommandHandler,
             EPEPhoneServices,
-            EPEParserRecognizer,
             EPENetworkHandling
             };
 
@@ -274,6 +271,11 @@
         TBool DelayMessageSending( const MEngineMonitor::TPEMessagesFromPhoneEngine aMessage, 
                                    const TInt aCallId ); 
         
+       /**
+         * Gets call error from callinfo
+         */ 
+        void SetCallError( TInt aCallId );
+
 
     private:    //Data
 
@@ -302,8 +304,6 @@
         CPESimStateMonitor* iSimChangedMonitor;
         // SIM state monitor
         CPESimStateMonitor* iSimStatusMonitor;
-        // Idle status monitor
-        CPEIdleStatusMonitor* iIdleStatusMonitor;
         // DosServer connect error code.
         TInt iErrorCode;
         // Stepper counter
@@ -329,8 +329,9 @@
         
         // Phone Services offered via Qt Highway
         PhoneServices* iPhoneServices;
-        ParserRecognizer* iParserRecognizer;
-
+        
+        // Mobile call info.
+        RMobileCall::TMobileCallInfoV3* iCallInfo;
     };
 
 #endif // CPEPHONEMODEL_H