comparison include/TaskManager/CellHTaskInfo.h @ 109:5c194c71eca8

Cerium cvs version
author gongo@gendarme.local
date Wed, 12 Nov 2008 17:39:33 +0900
parents
children 7075842aa155
comparison
equal deleted inserted replaced
108:6f3b3dd3c095 109:5c194c71eca8
1 #ifndef INCLUDED_CELL_HTASK_INFO
2 #define INCLUDED_CELL_HTASK_INFO
3
4 #ifndef INCLUDED_HTASK_INFO
5 # include "HTaskInfo.h"
6 #endif
7
8 class CellHTaskInfo : public HTaskInfo {
9 public:
10 /* functions */
11 int extend_pool(int num);
12 };
13
14 #endif