Mercurial > hg > Members > kono > Cerium
annotate example/dependency_task/spe/Exec.h @ 639:70c5c2d2eb24
fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Nov 2009 18:45:24 +0900 |
parents | 44c0bce54dcf |
children |
rev | line source |
---|---|
109 | 1 #ifndef INCLUDED_TASK_HELLO |
2 #define INCLUDED_TASK_HELLO | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 # include "SchedTask.h" | |
6 #endif | |
7 | |
467
44c0bce54dcf
fix all examples. test_render is not working now.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
109
diff
changeset
|
8 /* |
109 | 9 class Exec : public SchedTask { |
10 public: | |
11 SchedConstructor(Exec); | |
12 | |
13 int run(void *r, void *w); | |
14 }; | |
467
44c0bce54dcf
fix all examples. test_render is not working now.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
109
diff
changeset
|
15 */ |
109 | 16 |
17 #endif |