securitysettings/qtconfigutils/eapqtplugininfo/src/eapqtplugininfo_p.cpp
changeset 33 938269283a16
child 34 ad1f037f1ac2
equal deleted inserted replaced
22:093cf0757204 33:938269283a16
       
     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 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: 
       
    15  *   Control Panel EAP plugin information
       
    16  *
       
    17  */
       
    18 
       
    19 /*
       
    20  * %version: 1 %
       
    21  */
       
    22 
       
    23 #include "eapqtplugininfo_p.h"
       
    24 
       
    25 //----------------------------------------------------------------------------
       
    26 //              EapQtPluginInfoPrivate
       
    27 //----------------------------------------------------------------------------
       
    28 
       
    29 EapQtPluginInfoPrivate::EapQtPluginInfoPrivate(EapQtPluginHandle handle, QString locId,
       
    30     int orderNumber) :
       
    31     mHandle(handle), mLocId(locId), mOrderNumber(orderNumber)
       
    32 {
       
    33 
       
    34 }
       
    35 
       
    36 EapQtPluginInfoPrivate::~EapQtPluginInfoPrivate()
       
    37 {
       
    38 }