Mercurial > hg > Game > Cerium
view example/word_count/ppe/RunFinish.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_RUNFINISH #define INCLUDED_TASK_RUNFINISH #ifndef INCLUDED_SCHED_TASK # include "SchedTask.h" #endif class RunFinish : public SchedTask { public: SchedConstructor(RunFinish); int run(void *r, void *w); }; #endif