diff include/TaskManager/SchedNop2Ready.h @ 109:5c194c71eca8

Cerium cvs version
author gongo@gendarme.local
date Wed, 12 Nov 2008 17:39:33 +0900
parents aa11038dbdc1
children 7075842aa155
line wrap: on
line diff
--- a/include/TaskManager/SchedNop2Ready.h	Wed Nov 12 17:29:35 2008 +0900
+++ b/include/TaskManager/SchedNop2Ready.h	Wed Nov 12 17:39:33 2008 +0900
@@ -1,6 +1,10 @@
 #ifndef INCLUDED_SCHED_NOP2READY
 #define INCLUDED_SCHED_NOP2READY
 
+#ifndef INCLUDED_BASE_H_
+#  include "base.h"
+#endif
+
 #ifndef INCLUDED_SCHEDULER
 #  include "Scheduler.h"
 #endif
@@ -18,10 +22,12 @@
 class SchedNop2Ready : public SchedNop {
 public:
     /* constructor */
-    SchedNop2Ready(DmaManager*);
+    SchedNop2Ready(Scheduler*);
+
+    BASE_NEW_DELETE(SchedNop2Ready);
 
     /* variables */
-    DmaManager* connector;    
+    Scheduler* scheduler;
 
     /* functions */
     void exec(void);