comparison example/renew_task/ppe/Renew4.h @ 192:4f5c64e713c7

add example/renew_task
author gongo@localhost.localdomain
date Tue, 13 Jan 2009 10:41:05 +0900
parents
children 44c0bce54dcf
comparison
equal deleted inserted replaced
191:5e3b0405a44b 192:4f5c64e713c7
1 #ifndef INCLUDED_TASK_RENEW4
2 #define INCLUDED_TASK_RENEW4
3
4 #ifndef INCLUDED_SCHED_TASK
5 # include "SchedTask.h"
6 #endif
7
8 class Renew4 : public SchedTask {
9 public:
10 SchedConstructor(Renew4);
11
12 int run(void *r, void *w);
13 };
14
15 #endif