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