phoneengine/engineinfo/inc/cpecallinfo.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 46 bc5a64e5bc3c
child 74 d1c62c765e48
--- 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