startupservices/Startup/inc/StartupApplication.h
branchRCL_3
changeset 62 924385140d98
parent 0 2e3d3ce01487
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 /*
     1 /*
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2010 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 #include <aknapp.h>
    24 
       
    25 
       
    26 #include <eikapp.h>
    25 
    27 
    26 
    28 
    27 // CONSTANTS
    29 // CONSTANTS
    28 const TUid KUidStartUp = { 0x100058F4 };
    30 const TUid KUidStartUp = { 0x100058F4 };
    29 
    31 
    30 // CLASS DECLARATION
    32 // CLASS DECLARATION
    31 
    33 
    32 /**
    34 /**
    33 * CStartupApp application class.
    35 * CStartupApp application class.
    34 */
    36 */
    35 class CStartupApplication : public CAknApplication
    37 class CStartupApplication : public CEikApplication 
    36     {
    38     {
    37     private: // from CApaApplication
    39     private: // from CApaApplication
    38         /**
    40         /**
    39         * Create CStartupDocument document object.
    41         * Create CStartupDocument document object.
    40         */
    42         */