Mercurial > hg > Game > Cerium
diff example/renew_task/ppe/Renew2.h @ 192:6694da357750 draft
add example/renew_task
author | gongo@localhost.localdomain |
---|---|
date | Tue, 13 Jan 2009 10:41:05 +0900 |
parents | |
children | 839e34d0cc3c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/renew_task/ppe/Renew2.h Tue Jan 13 10:41:05 2009 +0900 @@ -0,0 +1,15 @@ +#ifndef INCLUDED_TASK_RENEW2 +#define INCLUDED_TASK_RENEW2 + +#ifndef INCLUDED_SCHED_TASK +# include "SchedTask.h" +#endif + +class Renew2 : public SchedTask { +public: + SchedConstructor(Renew2); + + int run(void *r, void *w); +}; + +#endif