comparison include/TaskManager/TaskQueueInfo.h @ 54:90523ccc4dff

*** empty log message ***
author gongo
date Sat, 16 Feb 2008 14:38:36 +0900
parents f154d9d07a42
children 5c194c71eca8
comparison
equal deleted inserted replaced
53:0c8ae614d421 54:90523ccc4dff
6 #endif 6 #endif
7 7
8 #ifndef INCLUDED_HTASK_INFO 8 #ifndef INCLUDED_HTASK_INFO
9 # include "HTaskInfo.h" 9 # include "HTaskInfo.h"
10 #endif 10 #endif
11
12 typedef struct task_queue {
13 HTaskPtr task;
14 TaskQueuePtr next;
15 } TaskQueue, *TaskQueuePtr;
11 16
12 class TaskQueueInfo { 17 class TaskQueueInfo {
13 public: 18 public:
14 /* constructor */ 19 /* constructor */
15 TaskQueueInfo(void); 20 TaskQueueInfo(void);