Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/test_render/task/DrawSpanRenew.h @ 360:716b87bce32a
add vacuum "-sg 16"
author | aaa |
---|---|
date | Fri, 17 Jul 2009 22:50:06 +0900 |
parents | 102dad2949a0 |
children | 25c820b6060e |
line wrap: on
line source
#ifndef INCLUDED_TASK_DRAW_SPAN2 #define INCLUDED_TASK_DRAW_SPAN2 #ifndef INCLUDED_TASK_DRAW_SPAN # include "DrawSpan.h" #endif 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