Mercurial > hg > Members > kono > Cerium
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/renew_task/ppe/Renew4.h Tue Jan 13 10:41:05 2009 +0900 @@ -0,0 +1,15 @@ +#ifndef INCLUDED_TASK_RENEW4 +#define INCLUDED_TASK_RENEW4 + +#ifndef INCLUDED_SCHED_TASK +# include "SchedTask.h" +#endif + +class Renew4 : public SchedTask { +public: + SchedConstructor(Renew4); + + int run(void *r, void *w); +}; + +#endif