diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/thread_8hrh_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/thread_8hrh_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,44 @@ + + +
+ +00001 /* +00002 * ============================================================================ +00003 * Name : Thread resource header file thread.hrh +00004 * Part of : Thread +00005 * Created : 04.02.2005 by Forum Nokia +00006 * Description: +00007 * This file contains declarations for constants of Thread. +00008 * The file can be included in C++ or resource file. +00009 * Version : 1.0 +00010 * Copyright: Nokia Corporation +00011 * ============================================================================ +00012 */ +00013 +00014 +00015 #ifndef THREAD_HRH +00016 #define THREAD_HRH +00017 +00018 // Thread enumerate command codes +00019 enum TThreadIds +00020 { +00021 EThreadKillCommand1 = 1, // start value must not be 0 +00022 EThreadKillCommand2, +00023 EThreadKillCommand3, +00024 EThreadStartCommand +00025 }; +00026 +00027 +00028 #endif // THREAD_HRH +