uifw/AvKon/tsrc/bc/bctestdom3.2/bctestdomaiwakn/inc/bctestdomaiwaknapp.h
branchRCL_3
changeset 56 d48ab3b357f1
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2007 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef C_CBCTESTDOMAIWAKNAPP_H
       
    19 #define C_CBCTESTDOMAIWAKNAPP_H
       
    20 
       
    21 #include <aknapp.h>
       
    22 
       
    23 const TUid KUidBCTestAiwAkn = { 0xA000409E }; // UID of the application.
       
    24 
       
    25 /**
       
    26  *  CBCTestDomAiwAknApp class.
       
    27  *  Provides factory to create concrete document object.
       
    28  *
       
    29  *  @code
       
    30  *    
       
    31  *  @endcode
       
    32  *
       
    33  *  @lib avkon.lib eikcore.lib eiksrv.lib 
       
    34  *  @since S60 v5.0
       
    35  */
       
    36 class CBCTestDomAiwAknApp : public CAknApplication
       
    37     {
       
    38 
       
    39 private:  
       
    40 // from base class CApaApplication
       
    41 
       
    42     /**
       
    43      * From CApaApplication.
       
    44      * Creates CBCTestDomAiwAknDocument document object.
       
    45      *
       
    46      * @since S60 v5.0
       
    47      * @return A pointer to the created document object.
       
    48      */        
       
    49     CApaDocument* CreateDocumentL();
       
    50 
       
    51 
       
    52     /**
       
    53      * From CApaApplication.
       
    54      * Returns application's UID ( KUidBCTestAiwAkn ).
       
    55      *
       
    56      * @since S60 v5.0
       
    57      * @return The value of KUidBCTestAiwAkn.
       
    58      */ 
       
    59     TUid AppDllUid() const;
       
    60 
       
    61     };
       
    62 
       
    63 #endif // C_CBCTESTDOMAIWAKNAPP_H
       
    64 
       
    65 // End of File