taskswitcher/testapplications/generator/generator/common/inc/helloworldbasic.hrh
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : helloworldbasic.hrh
       
     4 *  Part of     : Helloworldbasic
       
     5 *  Interface   :
       
     6 *  Description :
       
     7 *  Version     :
       
     8 *
       
     9 *  Copyright (c) 2005-2006 Nokia Corporation.
       
    10 *  This material, including documentation and any related
       
    11 *  computer programs, is protected by copyright controlled by
       
    12 *  Nokia Corporation.
       
    13 * ==============================================================================
       
    14 */
       
    15 
       
    16 #ifndef __HELLOWORLDBASIC_HRH__
       
    17 #define __HELLOWORLDBASIC_HRH__
       
    18 
       
    19 // HelloWorldBasic enumerate command codes
       
    20 enum THelloWorldBasicIds
       
    21     {
       
    22     EHelloWorldBasicCommand1 = 0x6001, // start value must not be 0
       
    23     EHelloWorldBasicCommand2,
       
    24     EHelloWorldBasicCommand3
       
    25     };
       
    26 
       
    27 #endif // __HELLOWORLDBASIC_HRH__