comparison example/dependency_task/ppe/Exec.h @ 467:44c0bce54dcf

fix all examples. test_render is not working now.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 01 Oct 2009 19:25:25 +0900
parents 5c194c71eca8
children
comparison
equal deleted inserted replaced
466:4fa8760e18c2 467:44c0bce54dcf
2 #define INCLUDED_TASK_HELLO 2 #define INCLUDED_TASK_HELLO
3 3
4 #ifndef INCLUDED_SCHED_TASK 4 #ifndef INCLUDED_SCHED_TASK
5 # include "SchedTask.h" 5 # include "SchedTask.h"
6 #endif 6 #endif
7 7 /*
8 class Exec : public SchedTask { 8 class Exec : public SchedTask {
9 public: 9 public:
10 SchedConstructor(Exec); 10 SchedConstructor(Exec);
11 11
12 int run(void *r, void *w); 12 int run(void *r, void *w);
13 }; 13 };
14 */
14 15
15 #endif 16 #endif