Mercurial > hg > Members > kono > Cerium
view example/share_task/spe/Exec.h @ 298:58fd16298954
from EUC to UTF-8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 07 Jun 2009 15:17:41 +0900 |
parents | 5c194c71eca8 |
children | 44c0bce54dcf |
line wrap: on
line source
#ifndef INCLUDED_TASK_HELLO #define INCLUDED_TASK_HELLO #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif class Exec : public SchedTask { public: SchedConstructor(Exec); int run(void *r, void *w); }; #endif