Mercurial > hg > Game > Cerium
view TaskManager/Cell/spe/SchedExit.cc @ 94:588ab5f0e659
*** empty log message ***
author | gongo |
---|---|
date | Thu, 28 Feb 2008 17:41:08 +0900 |
parents | |
children | 45e849a81763 |
line wrap: on
line source
#include <stdio.h> #include "SchedExit.h" #include "error.h" SchedTaskBase* SchedExit::next(Scheduler *m, SchedTaskBase *p) { delete p; __debug("SchedExit::next()\n"); return NULL; }