satengine/SatServer/Engine/src/csatmultimodeapi.cpp
changeset 39 cee7e9e0906c
parent 31 a2467631ae02
child 52 d841fb1cc818
equal deleted inserted replaced
32:1f002146abb4 39:cee7e9e0906c
   299 void CSatMultiModeApi::DialCancel()
   299 void CSatMultiModeApi::DialCancel()
   300     {
   300     {
   301     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::DialCancel calling" )
   301     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::DialCancel calling" )
   302     iCall.DialCancel();
   302     iCall.DialCancel();
   303     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::DialCancel exiting" )
   303     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::DialCancel exiting" )
   304     }
       
   305 
       
   306 // -----------------------------------------------------------------------------
       
   307 // CSatMultiModeApi::GetCurrentActiveUSimApplication
       
   308 // (other items were commented in a header).
       
   309 // -----------------------------------------------------------------------------
       
   310 //
       
   311 void CSatMultiModeApi::GetCurrentActiveUSimApplication(
       
   312                          TRequestStatus& aReqStatus, RMobilePhone::TAID& aAID )
       
   313     {
       
   314     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::\
       
   315             GetCurrentActiveUSimApplication calling" )
       
   316     iPhone.GetCurrentActiveUSimApplication( aReqStatus,aAID );
       
   317     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::\
       
   318             GetCurrentActiveUSimApplication exiting" )
       
   319     }
   304     }
   320 
   305 
   321 // -----------------------------------------------------------------------------
   306 // -----------------------------------------------------------------------------
   322 // CSatMultiModeApi::IsCallIncoming
   307 // CSatMultiModeApi::IsCallIncoming
   323 // (other items were commented in a header).
   308 // (other items were commented in a header).