wlanutilities/wlansniffer/mainapplication/inc/wsfapplication.h
branchRCL_3
changeset 25 f28ada11abbf
parent 0 56b72877c1cb
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
       
     1 /*
       
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Class header for CWsfApplication
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_WSFAPPLICATION_H
       
    20 #define C_WSFAPPLICATION_H
       
    21 
       
    22 #include <aknapp.h>
       
    23 
       
    24 
       
    25 //  CLASS DEFINITION
       
    26 /** 
       
    27 * An instance of CWsfApplication is the application part of the
       
    28 * AVKON application framework for the Sniffer example application
       
    29 * 
       
    30 * @since S60 5.0
       
    31 * @lib wlansniffer.exe
       
    32 */
       
    33 NONSHARABLE_CLASS( CWsfApplication ): public CAknApplication
       
    34     {
       
    35     public:  // from CAknApplication
       
    36     
       
    37         /** 
       
    38         * Returns the application DLL UID value
       
    39         * @since S60 5.0
       
    40         * @return The UID of this Application/Dll
       
    41         */
       
    42         TUid AppDllUid() const;
       
    43     
       
    44     protected: // from CAknApplication
       
    45         /** 
       
    46         * Creates a CApaDocument object and return a pointer to it
       
    47         * @since S60 5.0
       
    48         * @return A pointer to the created document
       
    49         */
       
    50         CApaDocument* CreateDocumentL();
       
    51     };
       
    52 
       
    53 #endif // C_WSFAPPLICATION_H