view TaskManager/Cell/CellTaskListInfo.h @ 596:f1c2e11a2ef4 draft

add xdr_getpos
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 04 Nov 2009 22:52:06 +0900
parents 0251d06467de
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