Mercurial > hg > Members > kono > Cerium
view include/TaskManager/SchedExit.h @ 314:2ddf79a7c5fb
debugging
author | root@localhost.localdomain |
---|---|
date | Tue, 09 Jun 2009 01:22:11 +0900 |
parents | bcb81858aa62 |
children |
line wrap: on
line source
#ifndef INCLUDED_SCHED_EXIT #define INCLUDED_SCHED_EXIT #include "base.h" #include "Scheduler.h" #include "SchedTaskBase.h" class SchedExit : public SchedTaskBase { public: BASE_NEW_DELETE(SchedExit); SchedTaskBase* next(Scheduler *, SchedTaskBase *); }; #endif