Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/task/DrawSpanRenew.h @ 397:ce86b0186a4a draft
delete manager (in kernel/ppe/TaskManager.h)
don't move.
author | game@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sun, 20 Sep 2009 18:55:26 +0900 |
parents | b6fce69839b5 |
children |
line wrap: on
line source
#if 0 #ifndef INCLUDED_TASK_DRAW_SPAN2 #define INCLUDED_TASK_DRAW_SPAN2 #include "DrawSpan.h" class DrawSpanRenew : public DrawSpan { public: SchedConstructor(DrawSpanRenew); DrawSpanArgPtr args; int run(void *rbuf, void *wbuf); // override void reboot(SpanPackPtr spack, int cur_span_x); }; #endif #endif