examples/ForumNokia/Symbian_OS_Basics_Lab_Exercises_v3_1/Lab_04309.cb2/solution/inc/AOLabBubbleSort.hrh

00001 // Copyright (c) 2006 Nokia Corporation.
00002 
00003 #ifndef __AOLABBUBBLESORT_HRH__
00004 #define __AOLABBUBBLESORT_HRH__
00005 
00006 // AOLabBubbleSort enumerate command codes
00007 enum TAOLabBubbleSortIds
00008     {
00009     ECommandSort = 0x6001 // start value must not be 0
00010     };
00011 
00012 #endif // __AOLABBUBBLESORT_HRH__
00013 
00014 // End of file

Generated by  doxygen 1.6.2