Mercurial > hg > Members > kono > Cerium
view 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 source
#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