satengine/SatServer/Engine/src/csatmultimodeapi.cpp
branchRCL_3
changeset 18 594d59766373
parent 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
17:c58fd5f0c240 18:594d59766373
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   285 void CSatMultiModeApi::DialCancel()
   285 void CSatMultiModeApi::DialCancel()
   286     {
   286     {
   287     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::DialCancel calling" )
   287     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::DialCancel calling" )
   288     iCall.DialCancel();
   288     iCall.DialCancel();
   289     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::DialCancel exiting" )
   289     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::DialCancel exiting" )
   290     }
       
   291 
       
   292 // -----------------------------------------------------------------------------
       
   293 // CSatMultiModeApi::GetCurrentActiveUSimApplication
       
   294 // (other items were commented in a header).
       
   295 // -----------------------------------------------------------------------------
       
   296 //
       
   297 void CSatMultiModeApi::GetCurrentActiveUSimApplication(
       
   298                          TRequestStatus& aReqStatus, RMobilePhone::TAID& aAID )
       
   299     {
       
   300     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::\
       
   301             GetCurrentActiveUSimApplication calling" )
       
   302     iPhone.GetCurrentActiveUSimApplication( aReqStatus,aAID );
       
   303     LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::\
       
   304             GetCurrentActiveUSimApplication exiting" )
       
   305     }
   290     }
   306 
   291 
   307 // -----------------------------------------------------------------------------
   292 // -----------------------------------------------------------------------------
   308 // CSatMultiModeApi::IsCallIncoming
   293 // CSatMultiModeApi::IsCallIncoming
   309 // (other items were commented in a header).
   294 // (other items were commented in a header).