wlansecuritysettings/wlaneapsettingsui/EapPluginConfig/inc/EAPPluginInfo.h
branchRCL_3
changeset 19 c74b3d9f6b9e
equal deleted inserted replaced
18:bad0cc58d154 19: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: Declaration of class TEAPPluginInfo.
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 11 %
       
    20 */
       
    21 
       
    22 #ifndef __EAPPLUGININFO_H__
       
    23 #define __EAPPLUGININFO_H__
       
    24 
       
    25 // INCLUDES
       
    26 #include <e32base.h>
       
    27 
       
    28 
       
    29 // FORWARD DECLARATIONS
       
    30 class CImplementationInformation;
       
    31 
       
    32 
       
    33 // CLASS DECLARATION
       
    34 
       
    35 /**
       
    36 * Information for EAP plug-ins.
       
    37 */
       
    38 struct TEAPPluginInfo
       
    39     {
       
    40     public:     // Data 
       
    41         const CImplementationInformation* iInfo;    ///< Impl. info. Not own.
       
    42         TBool iEnabled;                             ///< ETrue if enabled.
       
    43     };
       
    44 
       
    45 #endif  // __EAPPLUGININFO_H__
       
    46 
       
    47 //  End of File