diff -r 7a0216d033ac -r fe6b6762fccd securitysettings/qtconfigutils/eapqtplugininfo/src/eapqtplugininfo_p.cpp --- a/securitysettings/qtconfigutils/eapqtplugininfo/src/eapqtplugininfo_p.cpp Wed Jun 23 18:14:55 2010 +0300 +++ b/securitysettings/qtconfigutils/eapqtplugininfo/src/eapqtplugininfo_p.cpp Tue Jul 06 14:18:35 2010 +0300 @@ -2,7 +2,7 @@ * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available - * under the terms of the License "Eclipse Public License v1.0" + * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.html". * @@ -12,25 +12,36 @@ * Contributors: * * Description: - * Control Panel EAP plugin information + * EAP plugin information * */ /* - * %version: 1 % + * %version: 2 % */ +// System includes + +// User includes #include "eapqtplugininfo_p.h" -//---------------------------------------------------------------------------- -// EapQtPluginInfoPrivate -//---------------------------------------------------------------------------- +/*! + * \class EapQtPluginInfoPrivate + * \brief Private implementation of EAP plugin information + */ + +// External function prototypes -EapQtPluginInfoPrivate::EapQtPluginInfoPrivate(EapQtPluginHandle handle, QString locId, - int orderNumber) : +// Local constants + +// ======== LOCAL FUNCTIONS ======== + +// ======== MEMBER FUNCTIONS ======== + +EapQtPluginInfoPrivate::EapQtPluginInfoPrivate(const EapQtPluginHandle& handle, + const QString &locId, const int orderNumber) : mHandle(handle), mLocId(locId), mOrderNumber(orderNumber) { - } EapQtPluginInfoPrivate::~EapQtPluginInfoPrivate()