view Renderer/test_render/task/DrawSpanRenew.h @ 283:55ea4465b1a2

fix test_render
author e065746@localhost.localdomain
date Fri, 05 Jun 2009 16:49:12 +0900
parents
children
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