diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/threadao_8hrh_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/threadao_8hrh_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,34 @@ + + +
+ +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 +