view Renderer/Engine/task/Move.cc @ 649:026e9e7f1402 draft

MailManager Fifo fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 22 Nov 2009 18:53:05 +0900
parents 3bc98f6d31ff
children
line wrap: on
line source

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

SchedDefineTask(Move);

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

    return 0;
}