Mercurial > hg > Game > Cerium
view 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 |
line wrap: on
line source
#ifndef INCLUDED_TASK_HELLO #define INCLUDED_TASK_HELLO #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif class Exec : public SchedTask { public: SchedConstructor(Exec); int run(void *r, void *w); }; #endif