phoneengine/engineinfo/src/cpecallinfo.cpp
branchRCL_3
changeset 26 8baf28733c3d
parent 25 5266b1f337bd
equal deleted inserted replaced
25:5266b1f337bd 26:8baf28733c3d
   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;
   110     }
   111     }
   111 
   112 
   112 // ---------------------------------------------------------------------------
   113 // ---------------------------------------------------------------------------
   113 // Returns the client information of the call.
   114 // Returns the client information of the call.
   114 // ---------------------------------------------------------------------------
   115 // ---------------------------------------------------------------------------
   666 //
   667 //
   667 TBool CPECallInfo::DoCallBackRequest() const
   668 TBool CPECallInfo::DoCallBackRequest() const
   668     {
   669     {
   669     return iDoCallBackRequest;
   670     return iDoCallBackRequest;
   670     }
   671     }
   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     }
   673 // End of File
   690 // End of File