Mercurial > hg > Game > Cerium
view example/get_segment/spe/Hello1.h @ 460:433892ba596b draft
fix Scheduler.h
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 29 Sep 2009 11:51:25 +0900 |
parents | 19c7c7cb02bf |
children | 0d64bdb63005 |
line wrap: on
line source
#ifndef INCLUDED_TASK_HELLO #define INCLUDED_TASK_HELLO #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif class Hello1 : public SchedTask { public: SchedConstructor(Hello1); int run(SchedTask *smanager, void *r, void *w); }; #endif