phoneengine/phonemodel/inc/cpephonemodel.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
   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 );
       
   127 
   122 
   128 // Functions from CPEPhonemodelIF
   123 // Functions from CPEPhonemodelIF
   129 
   124 
   130        /**
   125        /**
   131         * From CPEPhonemodelIF
   126         * From CPEPhonemodelIF
   324         // Call Id for callback
   319         // Call Id for callback
   325         TInt iCallBackCallId ;
   320         TInt iCallBackCallId ;
   326         
   321         
   327         // Mediator command handler
   322         // Mediator command handler
   328         CPERemotePartyInfoMediator* iMediatorCommunicationHandler;
   323         CPERemotePartyInfoMediator* iMediatorCommunicationHandler;
   329         
       
   330         // Mobile call info.
       
   331         RMobileCall::TMobileCallInfoV3* iCallInfo;
       
   332 
   324 
   333     };
   325     };
   334 
   326 
   335 #endif // CPEPHONEMODEL_H  
   327 #endif // CPEPHONEMODEL_H  
   336             
   328