bluetoothengine/btui/Ecom/src/BTUINonSap.cpp
branchRCL_3
changeset 56 9386f31cc85b
parent 0 f63038272f30
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This module is created for variant that doesn't support 
       
    15 *                 Bluetooth SIM Access Profile. 
       
    16 *
       
    17 */
       
    18 
       
    19 	
       
    20 #include "BTUIMainView.h"
       
    21 //#include "BTUIModel.h" 
       
    22 
       
    23 // ----------------------------------------------------
       
    24 // CBTUIMainView::SetSapStatusL
       
    25 // ----------------------------------------------------
       
    26 //
       
    27 void CBTUIMainView::SetSapStatusL( TBTSapMode /*aValue*/ )
       
    28     {
       
    29 
       
    30     }
       
    31 
       
    32 // ----------------------------------------------------------
       
    33 // CBTUIMainView::AskSapModeDlgL
       
    34 // ----------------------------------------------------------
       
    35 //
       
    36 void CBTUIMainView::AskSapModeDlgL()
       
    37     {
       
    38     
       
    39     }
       
    40 // ----------------------------------------------------------
       
    41 // CBTUIMainView::GetSapStatusL
       
    42 // ----------------------------------------------------------
       
    43 
       
    44 TInt CBTUIMainView::GetSapStatusL()
       
    45 	{
       
    46 	return EBTSapDisabled;	
       
    47 	}
       
    48 
       
    49 // End of File
       
    50