examples/S60CppExamples/helloworldbasic/inc/helloworldbasic.hrh

00001 /*
00002 * ==============================================================================
00003 *  Name        : helloworldbasic.hrh
00004 *  Part of     : Helloworldbasic
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 2005-2006 Nokia Corporation.
00010 *  This material, including documentation and any related
00011 *  computer programs, is protected by copyright controlled by
00012 *  Nokia Corporation.
00013 * ==============================================================================
00014 */
00015 
00016 #ifndef __HELLOWORLDBASIC_HRH__
00017 #define __HELLOWORLDBASIC_HRH__
00018 
00019 // HelloWorldBasic enumerate command codes
00020 enum THelloWorldBasicIds
00021     {
00022     EHelloWorldBasicCommand1 = 0x6001, // start value must not be 0
00023     EHelloWorldBasicCommand2,
00024     EHelloWorldBasicCommand3
00025     };
00026 
00027 #endif // __HELLOWORLDBASIC_HRH__

Generated by  doxygen 1.6.2