Mercurial > hg > Game > Cerium
comparison example/share_task/spe/Load.h @ 109:028ffc9c0375 draft
Cerium cvs version
author | gongo@gendarme.local |
---|---|
date | Wed, 12 Nov 2008 17:39:33 +0900 |
parents | |
children | 839e34d0cc3c |
comparison
equal
deleted
inserted
replaced
108:6f3b3dd3c095 | 109:028ffc9c0375 |
---|---|
1 #ifndef INCLUDED_TASK_LOAD | |
2 #define INCLUDED_TASK_LOAD | |
3 | |
4 #ifndef INCLUDED_SCHED_TASK | |
5 # include "SchedTask.h" | |
6 #endif | |
7 | |
8 | |
9 class Load : public SchedTask { | |
10 public: | |
11 SchedConstructor(Load); | |
12 | |
13 int run(void *r, void *w); | |
14 }; | |
15 | |
16 #endif |