Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/test_render/task/DrawSpanRenew.h @ 387:5e2d30bfbf23
no compile error but not worked.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 06 Aug 2009 22:40:52 +0900 |
parents | 25c820b6060e |
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