phoneengine/engineinfo/inc/cpecallinfo.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
child 69 8baf28733c3d
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
   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     /**
   468     /**
   469     * Sets the protocol spesific error code
   469      * Sets transfer call back flag.
   470     * @param aError is the error code from protocol.
   470      */
   471     * @return None.
   471     void SetDoCallBackRequest( TBool aDoCallBack );
   472     */
   472     
   473     void SetProtocolError( TInt aError ); 
   473     /**
   474     
   474      * Returns transfer call back flag.
   475     /**
   475      */
   476     * Returns the protocol spesific error code
   476     TBool DoCallBackRequest() const;
   477     * @return Error code.
   477 
   478     */
       
   479     TInt ProtocolError() const; 
       
   480     
       
   481 private:
   478 private:
   482     
   479     
   483     /**
   480     /**
   484      * Constructor.
   481      * Constructor.
   485      */
   482      */
   647      * Origin of the call. 
   644      * Origin of the call. 
   648      */
   645      */
   649     TPECallOrigin iCallOrigin;
   646     TPECallOrigin iCallOrigin;
   650     
   647     
   651     /**
   648     /**
   652      * Protocol error code.
   649      * Flag which indicates if call back request is needed
   653      */
   650      */
   654     TInt iProtocolError;
   651     TBool iDoCallBackRequest;
   655     };
   652     };
   656 
   653 
   657 #endif // C_CPECALLINFO_H
   654 #endif // C_CPECALLINFO_H