wlansecuritysettings/wapisecuritysettingsui/stub/src/wapisecuritysettingsstub.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 CWAPISecuritySettings.     
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 9 %
       
    20 */
       
    21 
       
    22 // INCLUDE FILES
       
    23 #include <e32base.h>
       
    24 #include <wapisecuritysettingsui.h>
       
    25 
       
    26 
       
    27 // ================= MEMBER FUNCTIONS =======================
       
    28 
       
    29 // ---------------------------------------------------------
       
    30 // CWAPISecuritySettings::NewL
       
    31 // ---------------------------------------------------------
       
    32 //
       
    33 EXPORT_C CWAPISecuritySettings* CWAPISecuritySettings::NewL()
       
    34     {
       
    35     User::Leave(KErrNotSupported); 
       
    36     return NULL;
       
    37     }
       
    38 
       
    39 
       
    40 // ---------------------------------------------------------
       
    41 // CWAPISecuritySettings::~CWAPISecuritySettings
       
    42 // ---------------------------------------------------------
       
    43 //
       
    44 EXPORT_C CWAPISecuritySettings::~CWAPISecuritySettings()
       
    45     {
       
    46    
       
    47     }
       
    48 
       
    49 
       
    50 // ---------------------------------------------------------
       
    51 // CWAPISecuritySettings::EditL
       
    52 // ---------------------------------------------------------
       
    53 //
       
    54 EXPORT_C TInt CWAPISecuritySettings::EditL( CWAPISecuritySettingsUi& /* aUi */,
       
    55                                            const TDesC& /* aTitle */ )
       
    56     {
       
    57     return 0;
       
    58     }
       
    59 
       
    60 
       
    61 // ---------------------------------------------------------
       
    62 // CWAPISecuritySettings::LoadL
       
    63 // ---------------------------------------------------------
       
    64 //
       
    65 EXPORT_C void CWAPISecuritySettings::LoadL( TUint32 /* aIapRecordId */, CMDBSession& /* aSession  */)
       
    66     {
       
    67     
       
    68     }
       
    69     
       
    70 
       
    71 // ---------------------------------------------------------
       
    72 // CWAPISecuritySettings::IsValid
       
    73 // ---------------------------------------------------------
       
    74 //
       
    75 EXPORT_C TBool CWAPISecuritySettings::IsValid( ) const
       
    76 
       
    77     {
       
    78     return EFalse;
       
    79     }
       
    80 
       
    81 
       
    82 // ---------------------------------------------------------
       
    83 // CWAPISecuritySettings::SaveL
       
    84 // ---------------------------------------------------------
       
    85 //
       
    86 EXPORT_C void CWAPISecuritySettings::SaveL( TUint32 /* aIapRecordId */, CMDBSession& /* aSession  */ ) const
       
    87 
       
    88     {
       
    89     
       
    90     }
       
    91 
       
    92 
       
    93 // ---------------------------------------------------------
       
    94 // CWAPISecuritySettings::SetPreSharedKey
       
    95 // ---------------------------------------------------------
       
    96 //
       
    97 EXPORT_C void CWAPISecuritySettings::SetPreSharedKeyL( const TWapiKeyFormat /* aKeyFormat */, const TDesC& /* aPreSharedKey */ )
       
    98     {
       
    99     }
       
   100 	
       
   101 
       
   102 // ---------------------------------------------------------
       
   103 // CWAPISecuritySettings::DeleteAPSpecificDataL
       
   104 // ---------------------------------------------------------
       
   105 //
       
   106 EXPORT_C void CWAPISecuritySettings::DeleteAPSpecificDataL( const TInt /* aId */)
       
   107     {
       
   108     
       
   109     }
       
   110 
       
   111 // End of File