diff TaskManager/kernel/ppe/HTaskInfo.h @ 499:eacbcdb23986

still fixing...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 11 Oct 2009 15:42:00 +0900
parents cb5ecfc5aaa3
children 4a2c9ff53605
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/HTaskInfo.h	Sun Oct 11 11:46:41 2009 +0900
+++ b/TaskManager/kernel/ppe/HTaskInfo.h	Sun Oct 11 15:42:00 2009 +0900
@@ -25,13 +25,13 @@
     HTask* poll();
     void moveToFirst(HTask* e); // or use();
     HTask* get(int index);
-    HTask* find(Task *task);
+    HTask* find(HTask *task);
     int empty();
     void freePool() ;
 
     // Iterator
     HTask* getNext(HTask* q) ;
-    int hasNext(HTask* q);
+    int length();
 
 private:
     /* variables */