comparison TaskManager/Cell/CellTaskManagerImpl.h @ 720:dac59b74e02a

Cell fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 19 Dec 2009 10:43:19 +0900
parents 3b6290c05f9f
children abad59c7e3ac
comparison
equal deleted inserted replaced
719:cafffff0f45a 720:dac59b74e02a
22 22
23 /* functions */ 23 /* functions */
24 // system 24 // system
25 void init(); 25 void init();
26 void run(); 26 void run();
27 TaskListPtr mail_check(HTaskInfo *); 27 void mail_check();
28 void set_runTaskList(); 28 void set_runTaskList();
29 void append_activeTask(HTaskPtr); 29 void append_activeTask(HTaskPtr);
30 void show_profile() ; 30 void show_profile() ;
31 void start_profile() ; 31 void start_profile() ;
32 32