Mercurial > hg > Members > kono > Cerium
view include/TaskManager/CellHTaskInfo.h @ 203:5c6c9667ac61
fix CreateSpan::run
author | gongo@localhost.localdomain |
---|---|
date | Mon, 26 Jan 2009 18:30:35 +0900 |
parents | 5c194c71eca8 |
children | 7075842aa155 |
line wrap: on
line source
#ifndef INCLUDED_CELL_HTASK_INFO #define INCLUDED_CELL_HTASK_INFO #ifndef INCLUDED_HTASK_INFO # include "HTaskInfo.h" #endif class CellHTaskInfo : public HTaskInfo { public: /* functions */ int extend_pool(int num); }; #endif