comparison TaskManager/Test/test_render/post.cpp @ 397:a4f690f44842

delete manager (in kernel/ppe/TaskManager.h) don't move.
author game@henri.cr.ie.u-ryukyu.ac.jp
date Sun, 20 Sep 2009 18:55:26 +0900
parents d1f1e27d0a12
children
comparison
equal deleted inserted replaced
396:d1f1e27d0a12 397:a4f690f44842
1 #include "viewer.h" 1 #include "viewer.h"
2 2
3 /*
4 // post.cppの中身を viewer.cpp の中に持って行く
3 extern Viewer *screen; 5 extern Viewer *screen;
4 6
5 void 7 void
6 post2runLoop(void *arg) 8 post2runLoop(void *arg)
7 { 9 {
23 void 25 void
24 post2exchange_sgroot(void *arg) 26 post2exchange_sgroot(void *arg)
25 { 27 {
26 screen->exchange_sgroot(); 28 screen->exchange_sgroot();
27 } 29 }
30 */