phoneengine/engineinfo/inc/mpedatastore.h
branchRCL_3
changeset 7 544e34b3255a
parent 1 838b0a10d15b
child 24 41a7f70b3818
equal deleted inserted replaced
6:38529f706030 7:544e34b3255a
   814         /**
   814         /**
   815          * Sets call origin for the call
   815          * Sets call origin for the call
   816          * @param aOrigin indicates if the call is phone, client or SAT originated
   816          * @param aOrigin indicates if the call is phone, client or SAT originated
   817          */
   817          */
   818         virtual void SetCallOrigin( TPECallOrigin aOrigin, TInt aCallId ) = 0;
   818         virtual void SetCallOrigin( TPECallOrigin aOrigin, TInt aCallId ) = 0;
       
   819         
       
   820         /**
       
   821          * Sets flag indicating whether this is unattended transfer dial
       
   822          * @param aTransferDial ETrue if voip unattended transfer dial was initiated
       
   823          */
       
   824         virtual void SetDoCallBackRequest( TBool aDoCallBack, TInt aCallId ) = 0;
       
   825                 
       
   826         /**
       
   827          * Returns flag indicating whether call back request is needed
       
   828          * @param aCallId  
       
   829          */
       
   830         virtual TBool DoCallBackRequest( TInt aCallId ) const = 0;
   819 
   831 
   820     };
   832     };
   821 
   833 
   822 #endif      //MPEDATASTORE_H
   834 #endif      //MPEDATASTORE_H
   823 
   835