phoneengine/engineinfo/src/cpecallinfo.cpp
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
   105     iTransferTarget = KNullDesC;
   105     iTransferTarget = KNullDesC;
   106     iDtmfPostFix = KNullDesC;
   106     iDtmfPostFix = KNullDesC;
   107     iForwardAddressChoices = NULL;
   107     iForwardAddressChoices = NULL;
   108     iCallIndex = KPEInvalidCallIndex;
   108     iCallIndex = KPEInvalidCallIndex;
   109     iDoCallBackRequest = EFalse;
   109     iDoCallBackRequest = EFalse;
   110     iProtocolSpesificErrorCode = KErrNone;
       
   111     }
   110     }
   112 
   111 
   113 // ---------------------------------------------------------------------------
   112 // ---------------------------------------------------------------------------
   114 // Returns the client information of the call.
   113 // Returns the client information of the call.
   115 // ---------------------------------------------------------------------------
   114 // ---------------------------------------------------------------------------
   667 //
   666 //
   668 TBool CPECallInfo::DoCallBackRequest() const
   667 TBool CPECallInfo::DoCallBackRequest() const
   669     {
   668     {
   670     return iDoCallBackRequest;
   669     return iDoCallBackRequest;
   671     }
   670     }
       
   671     
   672    
   672    
   673 // ---------------------------------------------------------------------------
       
   674 // Sets protocol spesific error code
       
   675 // ---------------------------------------------------------------------------
       
   676 //
       
   677 void CPECallInfo::SetProtocolError( TInt aError )
       
   678     {
       
   679     iProtocolSpesificErrorCode = aError;
       
   680     }
       
   681 
       
   682 // ---------------------------------------------------------------------------
       
   683 // Gets protocol spesific error code
       
   684 // ---------------------------------------------------------------------------
       
   685 //
       
   686 TInt CPECallInfo::ProtocolError() const
       
   687     {
       
   688     return iProtocolSpesificErrorCode;
       
   689     }
       
   690 // End of File
   673 // End of File