diff -r 40a3f856b14d -r 41a7f70b3818 phoneengine/engineinfo/inc/cpecallinfo.h --- a/phoneengine/engineinfo/inc/cpecallinfo.h Thu Aug 19 09:54:27 2010 +0300 +++ b/phoneengine/engineinfo/inc/cpecallinfo.h Tue Aug 31 15:14:29 2010 +0300 @@ -466,15 +466,18 @@ TPECallOrigin CallOrigin() const; /** - * Sets transfer call back flag. - */ - void SetDoCallBackRequest( TBool aDoCallBack ); + * Sets the protocol spesific error code + * @param aError is the error code from protocol. + * @return None. + */ + void SetProtocolError( TInt aError ); /** - * Returns transfer call back flag. - */ - TBool DoCallBackRequest() const; - + * Returns the protocol spesific error code + * @return Error code. + */ + TInt ProtocolError() const; + private: /** @@ -646,9 +649,9 @@ TPECallOrigin iCallOrigin; /** - * Flag which indicates if call back request is needed + * Protocol error code. */ - TBool iDoCallBackRequest; + TInt iProtocolError; }; #endif // C_CPECALLINFO_H