Mercurial > hg > Members > kono > Cerium
view example/renew_task/spe/Renew1.h @ 400:00fe05184a02
Fix examples.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 21 Sep 2009 18:47:06 +0900 |
parents | 4f5c64e713c7 |
children | 44c0bce54dcf |
line wrap: on
line source
#ifndef INCLUDED_TASK_RENEW1 #define INCLUDED_TASK_RENEW1 #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif class Renew1 : public SchedTask { public: SchedConstructor(Renew1); int run(void *r, void *w); }; #endif