view TaskManager/Cell/CellHTaskInfo.h @ 366:09f33c51a204

rename include/TaskManager/* and add memory
author aaa
date Mon, 27 Jul 2009 15:51:18 +0900
parents include/TaskManager/CellHTaskInfo.h@7075842aa155
children 4a2c9ff53605
line wrap: on
line source

#ifndef INCLUDED_CELL_HTASK_INFO
#define INCLUDED_CELL_HTASK_INFO

#include "HTaskInfo.h"

class CellHTaskInfo : public HTaskInfo {
public:
    /* functions */
    int extend_pool(int num);
};

#endif