Mercurial > hg > Members > kono > Cerium
comparison include/TaskManager/SchedNop.h @ 307:7075842aa155
clean up include
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Jun 2009 19:32:38 +0900 |
parents | 5c194c71eca8 |
children |
comparison
equal
deleted
inserted
replaced
306:f8184487cf2c | 307:7075842aa155 |
---|---|
1 #ifndef INCLUDED_SCHED_NOP | 1 #ifndef INCLUDED_SCHED_NOP |
2 #define INCLUDED_SCHED_NOP | 2 #define INCLUDED_SCHED_NOP |
3 | 3 |
4 #ifndef INCLUDED_BASE_H_ | 4 #include "base.h" |
5 # include "base.h" | 5 #include "Scheduler.h" |
6 #endif | 6 #include "SchedTaskBase.h" |
7 | |
8 #ifndef INCLUDED_SCHEDULER | |
9 # include "Scheduler.h" | |
10 #endif | |
11 | |
12 #ifndef INCLUDED_SCHED_TASK_BASE | |
13 # include "SchedTaskBase.h" | |
14 #endif | |
15 | 7 |
16 #include "error.h" | 8 #include "error.h" |
17 | 9 |
18 class SchedNop : public SchedTaskBase { | 10 class SchedNop : public SchedTaskBase { |
19 public: | 11 public: |