Mercurial > hg > Members > kono > Cerium
annotate include/TaskManager/SchedExit.h @ 311:b09784a9cb09
add smanager interface for test_nogl
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Jun 2009 22:35:44 +0900 |
parents | bcb81858aa62 |
children |
rev | line source |
---|---|
42 | 1 #ifndef INCLUDED_SCHED_EXIT |
2 #define INCLUDED_SCHED_EXIT | |
3 | |
301
bcb81858aa62
remove deprecated source. not work.
tkaito@localhost.localdomain
parents:
273
diff
changeset
|
4 #include "base.h" |
bcb81858aa62
remove deprecated source. not work.
tkaito@localhost.localdomain
parents:
273
diff
changeset
|
5 #include "Scheduler.h" |
bcb81858aa62
remove deprecated source. not work.
tkaito@localhost.localdomain
parents:
273
diff
changeset
|
6 #include "SchedTaskBase.h" |
109 | 7 |
42 | 8 |
9 class SchedExit : public SchedTaskBase { | |
10 public: | |
109 | 11 BASE_NEW_DELETE(SchedExit); |
255 | 12 |
42 | 13 SchedTaskBase* next(Scheduler *, SchedTaskBase *); |
14 }; | |
15 | |
16 #endif |