Mercurial > hg > Game > Cerium
view include/TaskManager/FifoTaskInfo.h @ 42:aa11038dbdc1
*** empty log message ***
author | gongo |
---|---|
date | Thu, 14 Feb 2008 18:27:37 +0900 |
parents | 31a7ff27ee20 |
children |
line wrap: on
line source
#ifndef INCLUDED_FIFO_TASK_INFO #define INCLUDED_FIFO_TASK_INFO #ifndef INCLUDED_TASK_INFO # include "TaskInfo.h" #endif class FifoTaskInfo : public TaskInfo { public: /* function */ int extend_pool_taskList(int num); TaskListPtr get_available_taskList(void); void clear_taskList(void); /* variables */ }; #endif