phoneengine/engineinfo/inc/cpecallinfo.h
branchRCL_3
changeset 19 544e34b3255a
parent 0 5f000ab63145
child 61 41a7f70b3818
equal deleted inserted replaced
17:38529f706030 19:544e34b3255a
   463     /**
   463     /**
   464      * Gets the origin of a call.
   464      * Gets the origin of a call.
   465      */
   465      */
   466     TPECallOrigin CallOrigin() const;
   466     TPECallOrigin CallOrigin() const;
   467     
   467     
       
   468     /**
       
   469      * Sets transfer call back flag.
       
   470      */
       
   471     void SetDoCallBackRequest( TBool aDoCallBack );
       
   472     
       
   473     /**
       
   474      * Returns transfer call back flag.
       
   475      */
       
   476     TBool DoCallBackRequest() const;
       
   477 
   468 private:
   478 private:
   469     
   479     
   470     /**
   480     /**
   471      * Constructor.
   481      * Constructor.
   472      */
   482      */
   632     
   642     
   633     /**
   643     /**
   634      * Origin of the call. 
   644      * Origin of the call. 
   635      */
   645      */
   636     TPECallOrigin iCallOrigin;
   646     TPECallOrigin iCallOrigin;
       
   647     
       
   648     /**
       
   649      * Flag which indicates if call back request is needed
       
   650      */
       
   651     TBool iDoCallBackRequest;
   637     };
   652     };
   638 
   653 
   639 #endif // C_CPECALLINFO_H
   654 #endif // C_CPECALLINFO_H