satengine/SatServer/Engine/inc/csatmultimodeapi.h
changeset 39 cee7e9e0906c
parent 31 a2467631ae02
child 52 d841fb1cc818
equal deleted inserted replaced
32:1f002146abb4 39:cee7e9e0906c
   147      * Access RMobileCall::DialCancel
   147      * Access RMobileCall::DialCancel
   148      */
   148      */
   149     void DialCancel();
   149     void DialCancel();
   150 
   150 
   151     /**
   151     /**
   152      * Access RMobilePhone::GetCurrentActiveUSimApplication
       
   153      */
       
   154     void GetCurrentActiveUSimApplication( TRequestStatus& aReqStatus, 
       
   155                     RMobilePhone::TAID& aAID );
       
   156 
       
   157     /**
       
   158      * Check if there is an incoming call 
   152      * Check if there is an incoming call 
   159      * @return ETrue if there is an incoming call
   153      * @return ETrue if there is an incoming call
   160      */
   154      */
   161     TBool IsCallIncoming();
   155     TBool IsCallIncoming();
   162     
   156