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