satengine/SatServer/inc/msatmultimodeapi.h
changeset 31 a2467631ae02
parent 12 ae8abd0db65c
child 39 cee7e9e0906c
equal deleted inserted replaced
27:7eb70891911c 31:a2467631ae02
    93      * Access RMobilePhone::SendDTMFTones
    93      * Access RMobilePhone::SendDTMFTones
    94      * for the paramter information please see the etelmm.h
    94      * for the paramter information please see the etelmm.h
    95      */ 
    95      */ 
    96     virtual void SendDTMFTones(TRequestStatus& aReqStatus, 
    96     virtual void SendDTMFTones(TRequestStatus& aReqStatus, 
    97                     const TDesC& aTones) = 0;    
    97                     const TDesC& aTones) = 0;    
       
    98     
       
    99     /**
       
   100      * Access RMobilePhone::ContinueDTMFStringSending
       
   101      * for the paramter information please see the etelmm.h
       
   102      */ 
       
   103     virtual TInt ContinueDTMFStringSending( TBool aContinue ) = 0;
    98     /**
   104     /**
    99      * Access RMobilePhone::CancelAsyncRequest
   105      * Access RMobilePhone::CancelAsyncRequest
   100      * for the paramter information please see the etelmm.h
   106      * for the paramter information please see the etelmm.h
   101      */
   107      */
   102     virtual void CancelAsyncRequest(TInt aReqToCancel) = 0;
   108     virtual void CancelAsyncRequest(TInt aReqToCancel) = 0;
   149      * Access RMobileCall::NotifyStatusChangeCancel
   155      * Access RMobileCall::NotifyStatusChangeCancel
   150      */
   156      */
   151     virtual void NotifyCallStatusChangeCancel() = 0;
   157     virtual void NotifyCallStatusChangeCancel() = 0;
   152 
   158 
   153     /**
   159     /**
   154      * Access RMobilePhone::TerminateAllCalls
   160      * Access RMobilePhone::TerminateActiveCalls
   155      */
   161      */
   156     virtual void TerminateAllCalls(TRequestStatus& aReqStatus) = 0;
   162     virtual void TerminateActiveCalls(TRequestStatus& aReqStatus) = 0;
   157     
   163     
   158     /**
   164     /**
   159      * Access RMboileCall::GetMobileCallInfo
   165      * Access RMboileCall::GetMobileCallInfo
   160      */
   166      */
   161     virtual TInt GetMobileCallInfo(TDes8& aCallInfo) = 0;
   167     virtual TInt GetMobileCallInfo(TDes8& aCallInfo) = 0;