--- a/phoneengine/engineinfo/inc/cpeengineinfoimpl.h Wed Sep 01 12:30:10 2010 +0100
+++ b/phoneengine/engineinfo/inc/cpeengineinfoimpl.h Tue Sep 14 21:18:17 2010 +0300
@@ -647,6 +647,20 @@
* @see MPEEngineInfo::CallBackAddress
*/
const TDesC& CallBackAddress() const;
+
+ /**
+ * Sets the protocol spesific error code
+ * @param aError is the error code from Etel.
+ * @return None.
+ */
+ void SetProtocolError( TInt aError, TInt aCallId );
+
+ /**
+ * Gets the protocol spesific error code
+ * @param aCallId is the call identification number.
+ * @return TInt.
+ */
+ TInt ProtocolError( const TInt aCallId ) const;
// Functions from MPEDataStore (reading values)
public: