memana/analyzetoolclient/configurationappgui/inc/atconfigurationappguiapplication.h
changeset 2 6a82cd05fb1e
parent 1 3ff3fecb12fe
equal deleted inserted replaced
1:3ff3fecb12fe 2:6a82cd05fb1e
     1 /*
       
     2 * Copyright (c) 2009 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 ATCONFIGURATIONAPPGUIAPPLICATION_H
       
    19 #define ATCONFIGURATIONAPPGUIAPPLICATION_H
       
    20 
       
    21 // INCLUDES
       
    22 #include <aknapp.h>
       
    23 
       
    24 // CONSTANTS
       
    25 const TUid KUidATConfigurationAppGuiApplication = { 0x20012432/*0xEBE42C45*/ };
       
    26 
       
    27 /**
       
    28  *
       
    29  * @class CATConfigurationAppGuiApplication ATConfigurationAppGuiApplication.h
       
    30  * @brief A CAknApplication-derived class is required by the S60 application 
       
    31  *          framework. It is subclassed to create the application's document 
       
    32  *          object.
       
    33  */
       
    34 class CATConfigurationAppGuiApplication : public CAknApplication
       
    35     {
       
    36 public:
       
    37     /**
       
    38     * From CEikApplication.
       
    39     */
       
    40     //CDictionaryStore* OpenIniFileLC( RFs& aFs ) const;
       
    41 private:
       
    42     /**
       
    43     * From CApaApplication.
       
    44     */
       
    45     TUid AppDllUid() const;
       
    46     /**
       
    47     * From CEikApplication.
       
    48     */
       
    49     CApaDocument* CreateDocumentL();
       
    50     };
       
    51             
       
    52 #endif // ATCONFIGURATIONAPPGUIAPPLICATION_H