diff -r fb81b597edf1 -r bdc64aa9b954 wlanutilities/wlanwizard/inc/wlanwizard.h --- a/wlanutilities/wlanwizard/inc/wlanwizard.h Fri Aug 06 18:38:57 2010 +0300 +++ b/wlanutilities/wlanwizard/inc/wlanwizard.h Mon Aug 23 13:30:09 2010 +0300 @@ -1,20 +1,19 @@ /* - * 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 "Eclipse Public License v1.0" - * which accompanies this distribution, and is available - * at the URL "http://www.eclipse.org/legal/epl-v10.html". - * - * Initial Contributors: - * Nokia Corporation - initial contribution. - * - * Contributors: - * - * Description: - * WLAN Wizard API - * - */ +* 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 "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* WLAN Wizard API +*/ #ifndef WLANWIZARD_H #define WLANWIZARD_H @@ -47,15 +46,14 @@ Q_OBJECT public: - explicit WlanWizard(HbMainWindow *mainWindow ); - virtual ~WlanWizard(); + explicit WlanWizard(HbMainWindow *mainWindow); + ~WlanWizard(); void setParameters( const QString &ssid, int networkMode, int securityMode, bool usePsk, - bool hidden, bool wps); signals: @@ -85,4 +83,4 @@ /*! @} */ -#endif /* WLANWIZARD_H_ */ +#endif // WLANWIZARD_H