view TaskManager/Cell/CellHTaskInfo.h @ 552:a307e33178e7

add Application/send_linda.cc
author aaa
date Thu, 22 Oct 2009 19:34:38 +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