phoneengine/engineinfo/inc/mpedatastore.h
branchRCL_3
changeset 19 544e34b3255a
parent 1 838b0a10d15b
child 61 41a7f70b3818
--- a/phoneengine/engineinfo/inc/mpedatastore.h	Wed Mar 31 21:30:06 2010 +0300
+++ b/phoneengine/engineinfo/inc/mpedatastore.h	Wed Apr 14 15:56:42 2010 +0300
@@ -816,6 +816,18 @@
          * @param aOrigin indicates if the call is phone, client or SAT originated
          */
         virtual void SetCallOrigin( TPECallOrigin aOrigin, TInt aCallId ) = 0;
+        
+        /**
+         * Sets flag indicating whether this is unattended transfer dial
+         * @param aTransferDial ETrue if voip unattended transfer dial was initiated
+         */
+        virtual void SetDoCallBackRequest( TBool aDoCallBack, TInt aCallId ) = 0;
+                
+        /**
+         * Returns flag indicating whether call back request is needed
+         * @param aCallId  
+         */
+        virtual TBool DoCallBackRequest( TInt aCallId ) const = 0;
 
     };