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