diff -r 5266b1f337bd -r 8baf28733c3d phoneengine/engineinfo/inc/mpeengineinfo.h --- a/phoneengine/engineinfo/inc/mpeengineinfo.h Wed Sep 01 12:30:10 2010 +0100 +++ b/phoneengine/engineinfo/inc/mpeengineinfo.h Tue Sep 14 21:18:17 2010 +0300 @@ -720,6 +720,20 @@ */ virtual const TDesC& CallBackAddress() const = 0; + /** + * Sets the protocol spesific error code + * @param aError is the error code from Etel. + * @return None. + */ + virtual void SetProtocolError( TInt aError, TInt aCallId ) = 0; + + /** + * Gets the protocol spesific error code + * @param aCallId is the call identification number. + * @return TInt. + */ + virtual TInt ProtocolError( const TInt aCallId ) const = 0; + }; // MPEEngineInfo #endif //MPEENGINEINFO_H