Mercurial > hg > Game > Cerium
view example/basic/ppe/Twice.h @ 466:c73aff02db67 draft
prohibit global variable in Task....
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 01 Oct 2009 17:33:58 +0900 |
parents | 028ffc9c0375 |
children | 839e34d0cc3c |
line wrap: on
line source
#ifndef INCLUDED_TASK_HELLO #define INCLUDED_TASK_HELLO #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif class Twice : public SchedTask { public: SchedConstructor(Twice); int run(void *r, void *w); }; #endif