view TaskManager/Cell/CellHTaskInfo.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 7ddbe22d4cdb
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 */
};

#endif