Mercurial > hg > Game > Cerium
view example/word_count/ppe/RunFinish.h @ 444:afbc6ec42c7f draft
test_render is not working...
author | game@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 25 Sep 2009 05:54:33 +0900 |
parents | cb06748ba6cf |
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