phoneengine/engineinfo/src/cpecallinfo.cpp
branchRCL_3
changeset 7 544e34b3255a
parent 0 5f000ab63145
child 24 41a7f70b3818
equal deleted inserted replaced
6:38529f706030 7:544e34b3255a
   104     iSecureSpecified = ETrue; 
   104     iSecureSpecified = ETrue; 
   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     }
   110     }
   110 
   111 
   111 // ---------------------------------------------------------------------------
   112 // ---------------------------------------------------------------------------
   112 // Returns the client information of the call.
   113 // Returns the client information of the call.
   113 // ---------------------------------------------------------------------------
   114 // ---------------------------------------------------------------------------
   646 // ---------------------------------------------------------------------------
   647 // ---------------------------------------------------------------------------
   647 //
   648 //
   648 TPECallOrigin CPECallInfo::CallOrigin() const
   649 TPECallOrigin CPECallInfo::CallOrigin() const
   649     {
   650     {
   650     return iCallOrigin;
   651     return iCallOrigin;
       
   652     }
       
   653 
       
   654 // ---------------------------------------------------------------------------
       
   655 // Sets flag indicating if unattended transfer call back request is needed
       
   656 // ---------------------------------------------------------------------------
       
   657 //
       
   658 void CPECallInfo::SetDoCallBackRequest( TBool aDoCallBack )
       
   659     {
       
   660     iDoCallBackRequest = aDoCallBack;
       
   661     }
       
   662 
       
   663 // ---------------------------------------------------------------------------
       
   664 // Gets flag indicating if unattended transfer call back request is needed 
       
   665 // ---------------------------------------------------------------------------
       
   666 //
       
   667 TBool CPECallInfo::DoCallBackRequest() const
       
   668     {
       
   669     return iDoCallBackRequest;
   651     }
   670     }
   652     
   671     
   653    
   672    
   654 // End of File
   673 // End of File