comparison example/HelloWorld/spe/spe-main.cc @ 1021:f8e9c985e2a8

use MailManager
author yutaka@localhost.localdomain
date Sun, 07 Nov 2010 22:10:29 +0900
parents 44c0bce54dcf
children
comparison
equal deleted inserted replaced
1017:6a2c22cabe10 1021:f8e9c985e2a8
8 * 必ずこの関数名でお願いします。 8 * 必ずこの関数名でお願いします。
9 */ 9 */
10 void 10 void
11 task_init(Scheduler *s) 11 task_init(Scheduler *s)
12 { 12 {
13 SchedRegisterTask(HELLO_TASK, Hello); 13 SchedRegister(Hello);
14 } 14 }