securitysettings/qtconfigutils/eapqtplugininfo/inc/eapqtpluginhandle_p.h
branchRCL_3
changeset 18 bad0cc58d154
equal deleted inserted replaced
17:30e048a7b597 18:bad0cc58d154
       
     1 /*
       
     2  * Copyright (c) 2010 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: 
       
    15  *   Control Panel EAP plugin information
       
    16  *
       
    17  */
       
    18 
       
    19 /*
       
    20  * %version: 3 %
       
    21  */
       
    22 
       
    23 
       
    24 #ifndef EAPQTPLUGINHANDLE_P_H
       
    25 #define EAPQTPLUGINHANDLE_P_H
       
    26 
       
    27 // System includes
       
    28 #include <eapqtexpandedeaptype.h>
       
    29 
       
    30 // User includes
       
    31 
       
    32 // Forward declarations
       
    33 
       
    34 // External data types
       
    35 
       
    36 // Constants
       
    37 
       
    38 // Class declaration
       
    39 class EapQtPluginHandlePrivate
       
    40 {
       
    41 
       
    42 public:
       
    43 
       
    44     // Data types
       
    45 
       
    46     EapQtPluginHandlePrivate(const EapQtExpandedEapType& type, const int uid);
       
    47     ~EapQtPluginHandlePrivate();
       
    48 
       
    49 private:
       
    50 
       
    51     EapQtPluginHandlePrivate();
       
    52     Q_DISABLE_COPY(EapQtPluginHandlePrivate)
       
    53 
       
    54 private: // data
       
    55 
       
    56     EapQtExpandedEapType mType;
       
    57     int mProtocolImplementationUid;
       
    58 
       
    59     // Friend classes
       
    60     friend class EapQtPluginHandle;
       
    61 
       
    62 };
       
    63 
       
    64 #endif // EAPQTPLUGINHANDLE_P_H