view TaskManager/Test/test_render/task/DrawSpanRenew.h @ 354:81b25e5d5379

add example/get_segment and change spe/DrawSpan.cpp
author koba
date Wed, 15 Jul 2009 17:39:51 +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