diff ppe/task_base.h @ 22:0440f2f19f23

not working.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sun, 26 Dec 2010 22:54:11 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ppe/task_base.h	Sun Dec 26 22:54:11 2010 +0900
@@ -0,0 +1,12 @@
+#ifndef INCLUDE_TASK_BASE
+#define INCLUDE_TASK_BASE
+
+#ifndef INCLUDE_FUNC
+#include "../Func.h"
+#endif
+
+#ifndef INCLUDED_SCHED_TASK
+#include "SchedTask.h"
+#endif
+
+#endif