view Renderer/Engine/task/SendKey.cc @ 507:735f76483bb2

Reorganization..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 09:39:35 +0900
parents
children
line wrap: on
line source

#include "SendKey.h"
#include "TaskManager.h"

SchedDefineTask(SendKey);

static int 
run(SchedTask *s,void *rbuf, void *wbuf)
{
     
    
    return 0;
}