securitysettings/qtconfigutils/eapqtplugininfo/inc/eapqtpluginhandle_p.h
changeset 34 ad1f037f1ac2
parent 26 9abfd4f00d37
equal deleted inserted replaced
31:372d2d6c5cf9 34:ad1f037f1ac2
     1 /*
     1 /*
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3  * All rights reserved.
     3  * All rights reserved.
     4  * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5  * under the terms of the License "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6  * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8  *
     8  *
     9  * Initial Contributors:
     9  * Initial Contributors:
    10  * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    15  *   Control Panel EAP plugin information
    15  *   Control Panel EAP plugin information
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 /*
    19 /*
    20  * %version: 2 %
    20  * %version: 3 %
    21  */
    21  */
    22 
    22 
    23 
    23 
    24 #ifndef EAPQTPLUGINHANDLE_P_H
    24 #ifndef EAPQTPLUGINHANDLE_P_H
    25 #define EAPQTPLUGINHANDLE_P_H
    25 #define EAPQTPLUGINHANDLE_P_H
    26 
    26 
    27 #include "eapqtexpandedeaptype.h"
    27 // System includes
       
    28 #include <eapqtexpandedeaptype.h>
    28 
    29 
       
    30 // User includes
       
    31 
       
    32 // Forward declarations
       
    33 
       
    34 // External data types
       
    35 
       
    36 // Constants
       
    37 
       
    38 // Class declaration
    29 class EapQtPluginHandlePrivate
    39 class EapQtPluginHandlePrivate
    30 {
    40 {
    31     friend class EapQtPluginHandle;
       
    32 
    41 
    33 public:
    42 public:
    34     EapQtPluginHandlePrivate(EapQtExpandedEapType type, int uid);
    43 
       
    44     // Data types
       
    45 
       
    46     EapQtPluginHandlePrivate(const EapQtExpandedEapType& type, const int uid);
    35     ~EapQtPluginHandlePrivate();
    47     ~EapQtPluginHandlePrivate();
    36 
    48 
    37 private:
    49 private:
       
    50 
    38     EapQtPluginHandlePrivate();
    51     EapQtPluginHandlePrivate();
    39     Q_DISABLE_COPY(EapQtPluginHandlePrivate)
    52     Q_DISABLE_COPY(EapQtPluginHandlePrivate)
       
    53 
       
    54 private: // data
       
    55 
    40     EapQtExpandedEapType mType;
    56     EapQtExpandedEapType mType;
    41     int mProtocolImplementationUid;
    57     int mProtocolImplementationUid;
       
    58 
       
    59     // Friend classes
       
    60     friend class EapQtPluginHandle;
       
    61 
    42 };
    62 };
    43 
    63 
    44 #endif /* EAPQTPLUGINHANDLE_P_H */
    64 #endif // EAPQTPLUGINHANDLE_P_H