phoneengine/phonemodel/inc/cpephonemodel.h
branchRCL_3
changeset 69 8baf28733c3d
parent 62 5266b1f337bd
child 81 c26cc2a7c548
equal deleted inserted replaced
62:5266b1f337bd 69:8baf28733c3d
   117         
   117         
   118        /**
   118        /**
   119         * Constructs Contact Handling Phase Two
   119         * Constructs Contact Handling Phase Two
   120         */           
   120         */           
   121         void ConstructContactHandlingPhaseTwoL();
   121         void ConstructContactHandlingPhaseTwoL();
       
   122         
       
   123        /**
       
   124          * Gets call error from callinfo
       
   125          */ 
       
   126         void SetCallError( TInt aCallId );
   122 
   127 
   123 // Functions from CPEPhonemodelIF
   128 // Functions from CPEPhonemodelIF
   124 
   129 
   125        /**
   130        /**
   126         * From CPEPhonemodelIF
   131         * From CPEPhonemodelIF
   319         // Call Id for callback
   324         // Call Id for callback
   320         TInt iCallBackCallId ;
   325         TInt iCallBackCallId ;
   321         
   326         
   322         // Mediator command handler
   327         // Mediator command handler
   323         CPERemotePartyInfoMediator* iMediatorCommunicationHandler;
   328         CPERemotePartyInfoMediator* iMediatorCommunicationHandler;
       
   329         
       
   330         // Mobile call info.
       
   331         RMobileCall::TMobileCallInfoV3* iCallInfo;
   324 
   332 
   325     };
   333     };
   326 
   334 
   327 #endif // CPEPHONEMODEL_H  
   335 #endif // CPEPHONEMODEL_H  
   328             
   336