satengine/SatServer/Engine/inc/csatmultimodeapi.h
branchRCL_3
changeset 18 594d59766373
parent 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
17:c58fd5f0c240 18:594d59766373
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 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".
   141      * Access RMobileCall::DialCancel
   141      * Access RMobileCall::DialCancel
   142      */
   142      */
   143     void DialCancel();
   143     void DialCancel();
   144 
   144 
   145     /**
   145     /**
   146      * Access RMobilePhone::GetCurrentActiveUSimApplication
       
   147      */
       
   148     void GetCurrentActiveUSimApplication( TRequestStatus& aReqStatus, 
       
   149                     RMobilePhone::TAID& aAID );
       
   150 
       
   151 
       
   152     /**
       
   153      * Check if there is an incoming call 
   146      * Check if there is an incoming call 
   154      * @return ETrue if there is an incoming call
   147      * @return ETrue if there is an incoming call
   155      */
   148      */
   156     TBool IsCallIncoming();
   149     TBool IsCallIncoming();
   157 private:
   150 private: