Mercurial > hg > Members > kono > Cerium
view TaskManager/Cell/CellTaskListInfo.h @ 382:12099d1ce7fc
chain.cpp update
author | kazz@kazzone.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Mon, 03 Aug 2009 04:22:11 +0900 |
parents | 09f33c51a204 |
children |
line wrap: on
line source
#ifndef INCLUDED_CELL_TASK_LIST_INFO #define INCLUDED_CELL_TASK_LIST_INFO #include "TaskListInfo.h" class CellTaskListInfo : public TaskListInfo { public: /* functions */ int extend_pool(int num); }; #endif