diff -r 6b911d05207e -r bc5a64e5bc3c phoneengine/engineinfo/inc/cpecallinfo.h --- a/phoneengine/engineinfo/inc/cpecallinfo.h Wed Jun 23 18:12:20 2010 +0300 +++ b/phoneengine/engineinfo/inc/cpecallinfo.h Tue Jul 06 14:15:47 2010 +0300 @@ -465,6 +465,19 @@ */ TPECallOrigin CallOrigin() const; + /** + * Sets the protocol spesific error code + * @param aError is the error code from protocol. + * @return None. + */ + void SetProtocolError( TInt aError ); + + /** + * Returns the protocol spesific error code + * @return Error code. + */ + TInt ProtocolError() const; + private: /** @@ -634,6 +647,11 @@ * Origin of the call. */ TPECallOrigin iCallOrigin; + + /** + * Protocol error code. + */ + TInt iProtocolError; }; #endif // C_CPECALLINFO_H