Mercurial > hg > Members > kono > Cerium
annotate TaskManager/kernel/schedule/SchedExit.h @ 703:61b59376aec5
compatibility
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Dec 2009 18:34:46 +0900 (2009-12-14) |
parents | 8611780d479f |
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); |
403
8611780d479f
clean up and add more info on task_list
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
366
diff
changeset
|
12 /* functions */ |
8611780d479f
clean up and add more info on task_list
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
366
diff
changeset
|
13 SchedTaskBase* next(Scheduler *, SchedTaskBase *); |
255 | 14 |
42 | 15 }; |
16 | |
17 #endif |