view TaskManager/Test/test_render/task/Move.cc @ 463:bc5b3d327083

remove run()
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 29 Sep 2009 15:45:11 +0900
parents edfde944672a
children 44c0bce54dcf
line wrap: on
line source

#include <stdlib.h>
#include <string.h>
#include "Move.h"
#include "viewer_types.h"

SchedDefineTask(Move);

int
Move::run(SchedTask *s,void *rbuf, void *wbuf)
{
    //sgroot->updateControllerState();
    //sgroot->speExecute(width, height);

    return 0;
}