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