view TaskManager/Cell/CellHTaskInfo.h @ 540:c5a411c19e7e

merge
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 21 Oct 2009 20:02:23 +0900
parents 4a2c9ff53605
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