view TaskManager/Test/test_render/task/ShowTime.h @ 387:5e2d30bfbf23

no compile error but not worked.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 06 Aug 2009 22:40:52 +0900
parents e299bd5e6c85
children bc5b3d327083
line wrap: on
line source

#ifndef INCLUDED_TASK_SHOW_TIME
#define INCLUDED_TASK_SHOW_TIME

#include "SchedTask.h"

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

    int run(void *r, void *w);
};

#endif