wlansecuritysettings/wepsecuritysettingsui/src/wepsecuritysettingsuistub.cpp
branchRCL_3
changeset 46 c74b3d9f6b9e
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
       
     1 /*
       
     2 * Copyright (c) 2001-2009 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 the License "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: Stub implementation of class CWEPSecuritySettingsUi for 
       
    15 *              non-WLAN products to support linking 
       
    16 *
       
    17 */
       
    18 
       
    19 /*
       
    20 * %version: 3 %
       
    21 */
       
    22 
       
    23 // INCLUDE FILES
       
    24 
       
    25 #include <WEPSecuritySettingsUI.h>
       
    26 
       
    27 
       
    28 
       
    29 // ================= MEMBER FUNCTIONS =======================
       
    30 
       
    31 // ---------------------------------------------------------
       
    32 // CWEPSecuritySettingsUi::NewLC
       
    33 // ---------------------------------------------------------
       
    34 //
       
    35 EXPORT_C CWEPSecuritySettingsUi* CWEPSecuritySettingsUi::NewL( 
       
    36                                                         CEikonEnv& /* aEikEnv */ )
       
    37     {
       
    38     User::Leave(KErrNotSupported);
       
    39     return NULL;
       
    40     }
       
    41 
       
    42 
       
    43 
       
    44 // ---------------------------------------------------------
       
    45 // CWEPSecuritySettingsUi::~CWEPSecuritySettingsUi
       
    46 // ---------------------------------------------------------
       
    47 //
       
    48 EXPORT_C CWEPSecuritySettingsUi::~CWEPSecuritySettingsUi()
       
    49     {
       
    50     }
       
    51 
       
    52 
       
    53 
       
    54 // ---------------------------------------------------------
       
    55 // CWEPSecuritySettingsUi::Cvt()
       
    56 // ---------------------------------------------------------
       
    57 //
       
    58 EXPORT_C TInt CWEPSecuritySettingsUi::Cvt()
       
    59     {
       
    60     return KErrNotSupported;
       
    61     }
       
    62 
       
    63 // End of File