diff -r bab96b7ed1a4 -r f39ed5e045e0 phoneengine/engineinfo/inc/cpecallinfo.h --- a/phoneengine/engineinfo/inc/cpecallinfo.h Tue Jun 15 14:14:38 2010 +0100 +++ b/phoneengine/engineinfo/inc/cpecallinfo.h Thu Jul 22 16:33:21 2010 +0100 @@ -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