Mercurial > hg > Game > Cerium
comparison example/multiply/ppe/Multi.h @ 1556:f71632373220 draft
add multiply ppe example.
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 05 Mar 2013 06:52:55 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1555:096412ad80fb | 1556:f71632373220 |
---|---|
1 #ifndef INCLUDED_TASK_HELLO | |
2 #define INCLUDED_TASK_HELLO | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 # include "SchedTask.h" | |
6 #endif | |
7 /* | |
8 class Twice : public SchedTask { | |
9 public: | |
10 SchedConstructor(Twice); | |
11 | |
12 int run(void *r, void *w); | |
13 }; | |
14 */ | |
15 | |
16 #endif |