comparison TaskManager/Fifo/FifoTaskManagerImpl.h @ 721:2b167196cb27

cleanups..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 19 Dec 2009 12:12:09 +0900
parents dac59b74e02a
children 974cd68383b3
comparison
equal deleted inserted replaced
720:dac59b74e02a 721:2b167196cb27
21 /* functions */ 21 /* functions */
22 // call by system 22 // call by system
23 void init(void); 23 void init(void);
24 void init(MainScheduler*, TaskManagerImpl*); 24 void init(MainScheduler*, TaskManagerImpl*);
25 void run(void); 25 void run(void);
26 void show_profile() ; 26 void show_profile() {};
27 void start_profile() ; 27 void start_profile() {};
28 28
29 29
30 void mail_check(); 30 void mail_check();
31 31
32 TaskListPtr get_runTaskList(void); 32 TaskListPtr get_runTaskList(void);
33 void schedule(TaskListPtr); 33 void sendTaskList(TaskListPtr);
34 34
35 // call by user 35 // call by user
36 36
37 }; 37 };
38 38