view Renderer/Engine/task/SendKey.cc @ 1087:20f09564c586 draft

fix (not yet tested)
author root@localhost.localdomain
date Fri, 17 Dec 2010 18:34:29 +0900
parents 3bc98f6d31ff
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;
}