idlehomescreen/examples/hscontentcontrolexample/inc/HsContentControlApplication.h
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
child 103 966d119a7e67
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 /*
       
     2 * Copyright (c) 2010 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:  Content Control example
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef HSCONTENTCONTROLAPPLICATION_H
       
    20 #define HSCONTENTCONTROLAPPLICATION_H
       
    21 
       
    22 // [[[ begin generated region: do not modify [Generated Includes]
       
    23 #include <aknapp.h>
       
    24 // ]]] end generated region [Generated Includes]
       
    25 
       
    26 // [[[ begin generated region: do not modify [Generated Constants]
       
    27 const TUid KUidHsContentControlApplication = { 0xE88D7143 };
       
    28 // ]]] end generated region [Generated Constants]
       
    29 
       
    30 /**
       
    31  *
       
    32  * @class    CHsContentControlApplication HsContentControlApplication.h
       
    33  * @brief    A CAknApplication-derived class is required by the S60 application 
       
    34  *          framework. It is subclassed to create the application's document 
       
    35  *          object.
       
    36  */
       
    37 class CHsContentControlApplication : public CAknApplication
       
    38     {
       
    39 private:
       
    40     TUid AppDllUid() const;
       
    41     CApaDocument* CreateDocumentL();
       
    42     
       
    43     };
       
    44             
       
    45 #endif // HSCONTENTCONTROLAPPLICATION_H