diff example/dependency_task/ppe/RunFinish.h @ 467:44c0bce54dcf

fix all examples. test_render is not working now.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 01 Oct 2009 19:25:25 +0900
parents 5c194c71eca8
children
line wrap: on
line diff
--- a/example/dependency_task/ppe/RunFinish.h	Thu Oct 01 17:33:58 2009 +0900
+++ b/example/dependency_task/ppe/RunFinish.h	Thu Oct 01 19:25:25 2009 +0900
@@ -5,11 +5,13 @@
 #  include "SchedTask.h"
 #endif
 
+/*
 class RunFinish : public SchedTask {
 public:
     SchedConstructor(RunFinish);
     
     int run(void *r, void *w);
 };
+ */
 
 #endif