securitysettings/qtconfigutils/eapqtconfiginterface/src/eapqtconfig_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.
    15  *   EAP method QT configuration
    15  *   EAP method QT configuration
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 /*
    19 /*
    20  * %version: 2 %
    20  * %version: 3 %
    21  */
    21  */
    22 
    22 
       
    23 // System includes
       
    24 
       
    25 // User includes
    23 #include "eapqtconfig_p.h"
    26 #include "eapqtconfig_p.h"
    24 
    27 
    25 //----------------------------------------------------------------------------
    28 /*!
    26 //              EapConfigurationPrivate                
    29  *  \class EapQtConfigPrivate
    27 //----------------------------------------------------------------------------
    30  *  \brief Private implementation of EAP method QT configuration data
       
    31  *         structure for EAP QT configuration interface
       
    32  */
       
    33 
       
    34 // External function prototypes
       
    35 
       
    36 // Local constants
       
    37 
       
    38 // ======== LOCAL FUNCTIONS ========
       
    39 
       
    40 // ======== MEMBER FUNCTIONS ========
       
    41 
    28 EapQtConfigPrivate::EapQtConfigPrivate()
    42 EapQtConfigPrivate::EapQtConfigPrivate()
    29 {
    43 {
       
    44     // nothing to do
    30 }
    45 }
    31 
    46 
    32 EapQtConfigPrivate::~EapQtConfigPrivate()
    47 EapQtConfigPrivate::~EapQtConfigPrivate()
    33 {
    48 {
       
    49     // nothing to do
    34 }
    50 }