Mercurial > hg > Game > Cerium
view TaskManager/Cell/spe/SchedNop.cc @ 180:e3b7776b1420 draft
いろいろ fix 。詳しくは TaskManager/Changelog、test_render/Changelog を
author | gongo@localhost.localdomain |
---|---|
date | Mon, 22 Dec 2008 16:09:57 +0900 |
parents | 028ffc9c0375 |
children |
line wrap: on
line source
#include <stdio.h> #include "SchedNop.h" #include "SchedMail.h" #include "error.h" SchedTaskBase* SchedNop::next(Scheduler *m, SchedTaskBase *p) { __debug("[SPE] SchedNop::next()"); delete p; return new SchedMail(m); }