diff -r 372d2d6c5cf9 -r ad1f037f1ac2 securitysettings/qtconfigutils/eapqtplugininfo/src/eapqtpluginhandle_p.cpp --- a/securitysettings/qtconfigutils/eapqtplugininfo/src/eapqtpluginhandle_p.cpp Thu Jun 10 16:12:28 2010 +0300 +++ b/securitysettings/qtconfigutils/eapqtplugininfo/src/eapqtpluginhandle_p.cpp Thu Jun 24 11:23:08 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,27 +12,37 @@ * Contributors: * * Description: - * Control Panel EAP plugin information + * Handle to EAP plugin information * */ /* - * %version: 1 % + * %version: 2 % */ +// System includes + +// User includes #include "eapqtpluginhandle_p.h" -//---------------------------------------------------------------------------- -// EapQtPluginHandlePrivate -//---------------------------------------------------------------------------- +/*! + * \class EapQtPluginHandlePrivate + * \brief Private implementation of handle to EAP plugin information + */ + +// External function prototypes +// Local constants -EapQtPluginHandlePrivate::EapQtPluginHandlePrivate(EapQtExpandedEapType type, int uid) : +// ======== LOCAL FUNCTIONS ======== + +// ======== MEMBER FUNCTIONS ======== + +EapQtPluginHandlePrivate::EapQtPluginHandlePrivate(const EapQtExpandedEapType& type, const int uid) : mType(type), mProtocolImplementationUid(uid) { } EapQtPluginHandlePrivate::~EapQtPluginHandlePrivate() { - // release resources }