view TaskManager/Test/test_render/task/SendKey.h @ 463:bc5b3d327083

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

#ifndef INCLUDED_TASK_SEND_KEY
#define INCLUDED_TASK_SEND_KEY

#include "SchedTask.h"

class SendKey : public SchedTask {
public:
    SchedConstructor(SendKey);

    int run(SchedTask *s,void *rbuf, void *wbuf);
};

#endif