Mercurial > hg > Members > kono > Cerium
view include/TaskManager/CellTaskInfo.h @ 47:8266445bdac2
*** empty log message ***
author | gongo |
---|---|
date | Fri, 15 Feb 2008 13:09:58 +0900 |
parents | f7fd92a1d7bb |
children | 5c194c71eca8 |
line wrap: on
line source
#ifndef INCLUDED_CELL_TASK_INFO #define INCLUDED_CELL_TASK_INFO #ifndef INCLUDED_TASK_INFO # include "TaskInfo.h" #endif class CellTaskInfo : public TaskInfo { public: /* function */ int extend_pool_taskList(int num); TaskListPtr get_available_taskList(void); void clear_taskList(void); }; #endif