phoneengine/engineinfo/inc/cpecallinfo.h
branchRCL_3
changeset 61 41a7f70b3818
parent 19 544e34b3255a
child 62 5266b1f337bd
--- a/phoneengine/engineinfo/inc/cpecallinfo.h	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneengine/engineinfo/inc/cpecallinfo.h	Tue Aug 31 15:14:29 2010 +0300
@@ -466,15 +466,18 @@
     TPECallOrigin CallOrigin() const;
     
     /**
-     * Sets transfer call back flag.
-     */
-    void SetDoCallBackRequest( TBool aDoCallBack );
+    * Sets the protocol spesific error code
+    * @param aError is the error code from protocol.
+    * @return None.
+    */
+    void SetProtocolError( TInt aError ); 
     
     /**
-     * Returns transfer call back flag.
-     */
-    TBool DoCallBackRequest() const;
-
+    * Returns the protocol spesific error code
+    * @return Error code.
+    */
+    TInt ProtocolError() const; 
+    
 private:
     
     /**
@@ -646,9 +649,9 @@
     TPECallOrigin iCallOrigin;
     
     /**
-     * Flag which indicates if call back request is needed
+     * Protocol error code.
      */
-    TBool iDoCallBackRequest;
+    TInt iProtocolError;
     };
 
 #endif // C_CPECALLINFO_H