startupservices/Startup/inc/StartupApplication.h
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19 
    19 
    20 #ifndef STARTUPAPPLICATION_H
    20 #ifndef STARTUPAPPLICATION_H
    21 #define STARTUPAPPLICATION_H
    21 #define STARTUPAPPLICATION_H
    22 
    22 
    23 // INCLUDES
    23 // INCLUDES
    24 
    24 #include <aknapp.h>
    25 
       
    26 #include <eikapp.h>
       
    27 
    25 
    28 
    26 
    29 // CONSTANTS
    27 // CONSTANTS
    30 const TUid KUidStartUp = { 0x100058F4 };
    28 const TUid KUidStartUp = { 0x100058F4 };
    31 
    29 
    32 // CLASS DECLARATION
    30 // CLASS DECLARATION
    33 
    31 
    34 /**
    32 /**
    35 * CStartupApp application class.
    33 * CStartupApp application class.
    36 */
    34 */
    37 class CStartupApplication : public CEikApplication 
    35 class CStartupApplication : public CAknApplication
    38     {
    36     {
    39     private: // from CApaApplication
    37     private: // from CApaApplication
    40         /**
    38         /**
    41         * Create CStartupDocument document object.
    39         * Create CStartupDocument document object.
    42         */
    40         */