Mercurial > hg > Members > kono > Cerium
comparison include/TaskManager/FifoTaskManagerImpl.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_FIFO_TASK_MANAGER_IMPL | 1 #ifndef INCLUDED_FIFO_TASK_MANAGER_IMPL |
2 #define INCLUDED_FIFO_TASK_MANAGER_IMPL | 2 #define INCLUDED_FIFO_TASK_MANAGER_IMPL |
3 | 3 |
4 #ifndef INCLUDED_TASK_MANAGER_IMPL | 4 #include "TaskManagerImpl.h" |
5 # include "TaskManagerImpl.h" | 5 #include "MainScheduler.h" |
6 #endif | |
7 | |
8 #ifndef INCLUDED_MAIN_SCHEDULER | |
9 # include "MainScheduler.h" | |
10 #endif | |
11 | 6 |
12 class FifoTaskManagerImpl : public TaskManagerImpl { | 7 class FifoTaskManagerImpl : public TaskManagerImpl { |
13 public: | 8 public: |
14 /* constructor */ | 9 /* constructor */ |
15 FifoTaskManagerImpl(int num = 1) : TaskManagerImpl(num) {} | 10 FifoTaskManagerImpl(int num = 1) : TaskManagerImpl(num) {} |