view include/TaskManager/CellHTaskInfo.h @ 314:2ddf79a7c5fb

debugging
author root@localhost.localdomain
date Tue, 09 Jun 2009 01:22:11 +0900
parents 7075842aa155
children
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