securitysettings/qtconfigutils/eapqtplugininfo/src/eapqtpluginhandle_p.cpp
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.
    11  *
    11  *
    12  * Contributors:
    12  * Contributors:
    13  *
    13  *
    14  * Description: 
    14  * Description: 
    15  *   Control Panel EAP plugin information
    15  *   Handle to EAP plugin information
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 /*
    19 /*
    20  * %version: 1 %
    20  * %version: 2 %
    21  */
    21  */
    22 
    22 
       
    23 // System includes
       
    24 
       
    25 // User includes
    23 #include "eapqtpluginhandle_p.h"
    26 #include "eapqtpluginhandle_p.h"
    24 
    27 
    25 //----------------------------------------------------------------------------
    28 /*!
    26 //              EapQtPluginHandlePrivate
    29  *  \class EapQtPluginHandlePrivate
    27 //----------------------------------------------------------------------------
    30  *  \brief Private implementation of handle to EAP plugin information
       
    31  */
    28 
    32 
       
    33 // External function prototypes
    29 
    34 
    30 EapQtPluginHandlePrivate::EapQtPluginHandlePrivate(EapQtExpandedEapType type, int uid) :
    35 // Local constants
       
    36 
       
    37 // ======== LOCAL FUNCTIONS ========
       
    38 
       
    39 // ======== MEMBER FUNCTIONS ========
       
    40 
       
    41 EapQtPluginHandlePrivate::EapQtPluginHandlePrivate(const EapQtExpandedEapType& type, const int uid) :
    31     mType(type), mProtocolImplementationUid(uid)
    42     mType(type), mProtocolImplementationUid(uid)
    32 {
    43 {
    33 }
    44 }
    34 
    45 
    35 EapQtPluginHandlePrivate::~EapQtPluginHandlePrivate()
    46 EapQtPluginHandlePrivate::~EapQtPluginHandlePrivate()
    36 {
    47 {
    37     // release resources
       
    38 }
    48 }