examples/ForumNokia/ThreadAndActiveObjectsEx/inc/threadao.hrh

00001 /*
00002  * Copyright © 2008 Nokia Corporation.
00003  */
00004 
00005 
00006 #ifndef __THREAD_HRH__
00007 #define __THREAD_HRH__
00008 
00009 // Thread enumerate command codes
00010 enum TThreadIds
00011     {
00012     EThreadStartCommand = 1,  // start value must not be 0
00013     EThreadSetRefreshTimeCommand = 2 
00014     };
00015 
00016 
00017 #endif // __THREAD_HRH__
00018 

Generated by  doxygen 1.6.2