comparison TaskManager/Cell/CellTaskManagerImpl.h @ 722:abad59c7e3ac

CellTaskManager fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 19 Dec 2009 12:20:20 +0900
parents dac59b74e02a
children 8a6f1fa038de
comparison
equal deleted inserted replaced
721:2b167196cb27 722:abad59c7e3ac
24 // system 24 // system
25 void init(); 25 void init();
26 void run(); 26 void run();
27 void mail_check(); 27 void mail_check();
28 void set_runTaskList(); 28 void set_runTaskList();
29 void sendTaskList();
29 void append_activeTask(HTaskPtr); 30 void append_activeTask(HTaskPtr);
30 void show_profile() ; 31 void show_profile() ;
31 void start_profile() ; 32 void start_profile() ;
32 33
33 // user 34 // user