diff -r c58fd5f0c240 -r 594d59766373 satengine/SatServer/Engine/src/csatmultimodeapi.cpp --- a/satengine/SatServer/Engine/src/csatmultimodeapi.cpp Thu Jul 15 19:16:18 2010 +0300 +++ b/satengine/SatServer/Engine/src/csatmultimodeapi.cpp Thu Aug 19 10:28:14 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -290,21 +290,6 @@ } // ----------------------------------------------------------------------------- -// CSatMultiModeApi::GetCurrentActiveUSimApplication -// (other items were commented in a header). -// ----------------------------------------------------------------------------- -// -void CSatMultiModeApi::GetCurrentActiveUSimApplication( - TRequestStatus& aReqStatus, RMobilePhone::TAID& aAID ) - { - LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::\ - GetCurrentActiveUSimApplication calling" ) - iPhone.GetCurrentActiveUSimApplication( aReqStatus,aAID ); - LOG( SIMPLE, "SATENGINE: CSatMultiModeApi::\ - GetCurrentActiveUSimApplication exiting" ) - } - -// ----------------------------------------------------------------------------- // CSatMultiModeApi::IsCallIncoming // (other items were commented in a header). // -----------------------------------------------------------------------------