Mercurial > hg > Members > kono > Cerium
view TaskManager/Cell/CellTaskListInfo.h @ 784:d5065fef0f6d
merge
author | yutaka@localhost.localdomain |
---|---|
date | Tue, 20 Apr 2010 15:40:07 +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