Mercurial > hg > Game > Cerium
comparison example/word_count/ppe/Exec.h @ 393:cb06748ba6cf draft
add word_count
author | e065725@localhost.localdomain |
---|---|
date | Tue, 15 Sep 2009 16:30:46 +0900 |
parents | |
children | 839e34d0cc3c |
comparison
equal
deleted
inserted
replaced
392:96200cf9a0d0 | 393:cb06748ba6cf |
---|---|
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 Exec : public SchedTask { | |
9 public: | |
10 SchedConstructor(Exec); | |
11 | |
12 int run(void *r, void *w); | |
13 }; | |
14 | |
15 #endif |