view TaskManager/kernel/schedule/SchedExit.cc @ 507:735f76483bb2

Reorganization..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 09:39:35 +0900
parents 8611780d479f
children 56487849ea2d
line wrap: on
line source

#include <stdio.h>
#include "SchedExit.h"
#include "error.h"

SchedTaskBase*
SchedExit::next(Scheduler *scheduler, SchedTaskBase *p)
{
    // delete p;

    __debug("SchedExit::next()\n");

    return NULL;
}