diff -r 63be7eb3fc78 -r f28ada11abbf wlanutilities/wlansniffer/wlansnifferapplication/inc/wlansniffer.h --- a/wlanutilities/wlansniffer/wlansnifferapplication/inc/wlansniffer.h Tue Aug 31 16:18:40 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,82 +0,0 @@ -/* -* Copyright (c) 2009-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 Sniffer application main class. -*/ - -#ifndef WLANSNIFFER_H -#define WLANSNIFFER_H - -// System includes - -#include -#include - -// User includes - -// Forward declarations - -class WlanSnifferEngine; -class HbTranslator; -class WlanSnifferMainWindow; - -// External data types - -// Constants - -// Class declaration - -class WlanSniffer : public HbApplication -{ - Q_OBJECT - -public: - - // Data types - - WlanSniffer(int argc, char* argv[]); - - ~WlanSniffer(); - -signals: - -public slots: - -protected: - -protected slots: - -private: - - Q_DISABLE_COPY(WlanSniffer) - - bool findKeepaliveProcess(); - -private slots: - - void exitApplication(); - -private: // data - - // Not owned data - - // Owned data - WlanSnifferEngine *mEngine; //!< Sniffer engine - QSharedPointer mTranslator; //!< Translator for localisation - QSharedPointer mMainWindow; //!< Main window instance - - // Friend classes -}; - -#endif // WLANSNIFFER_H