diff TaskManager/Test/test_render/task/create_sgp.cpp @ 403:e2f29e912d0b draft

clean up and add more info on task_list
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 23 Sep 2009 12:04:29 +0900
parents 5bb12a76a335
children
line wrap: on
line diff
--- a/TaskManager/Test/test_render/task/create_sgp.cpp	Mon Sep 21 20:00:12 2009 +0900
+++ b/TaskManager/Test/test_render/task/create_sgp.cpp	Wed Sep 23 12:04:29 2009 +0900
@@ -1,6 +1,6 @@
 #include "scene_graph_pack.h"
 #include "SceneGraph.h"
-#include "create_sgp.hpp"
+#include "create_sgp.h"
 #include "TaskManager.h"
 using namespace std;
 
@@ -15,7 +15,7 @@
  */
 int 
 //create_sgp(Polygon *sg, SceneGraphPack *sgp)
-Create_SGP::run(void *rbuf, void *wbuf)
+Create_SGP::run(SchedTask *smanager, void *rbuf, void *wbuf)
 {
     //SceneGraph *sg = (SceneGraph*)smanager->get_input(rbuf, 0);
     SceneGraph *sg = (SceneGraph*)smanager->get_param(0);