00001 #ifndef INCLUDED_TASK_DRAW_SPAN2 00002 #define INCLUDED_TASK_DRAW_SPAN2 00003 00004 #ifndef INCLUDED_TASK_DRAW_SPAN 00005 # include "DrawSpan.h" 00006 #endif 00007 00008 class DrawSpanRenew : public DrawSpan { 00009 public: 00010 SchedConstructor(DrawSpanRenew); 00011 00012 DrawSpanArgPtr args; 00013 00014 int run(void *rbuf, void *wbuf); 00015 00016 // override 00017 void reboot(SpanPackPtr spack, int cur_span_x); 00018 }; 00019 00020 #endif