view include/TaskManager/CellTaskListInfo.h @ 350:628cb162be88 draft

add tasts.xml renderer.xml
author admin@mcbk.cr.ie.u-ryukyu.ac.jp
date Fri, 10 Jul 2009 16:41:20 +0900
parents 3fc86ddf5d1c
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